Skip to content

Commit ce2ba21

Browse files
committed
chore: remove RUSTFLAGS setting x86-v2 target
1 parent f9f0dcc commit ce2ba21

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

justfile

-8
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
11
ID := 'pop-launcher'
22
plugins := 'calc desktop_entries files find pop_shell pulse recent scripts terminal web cosmic_toplevel'
33

4-
x86-64-target := 'x86-64-v2'
5-
6-
export RUSTFLAGS := if arch() == 'x86_64' {
7-
' -C target-cpu=' + x86-64-target
8-
} else {
9-
''
10-
}
11-
124
rootdir := ''
135

146
base-dir := if rootdir == '' {

0 commit comments

Comments
 (0)