chore: remove RUSTFLAGS setting x86-v2 target

This commit is contained in:
Michael Aaron Murphy 2023-03-24 16:20:33 +01:00
parent f9f0dcc7d7
commit ce2ba21794
No known key found for this signature in database
GPG key ID: B2732D4240C9212C

View file

@ -1,14 +1,6 @@
ID := 'pop-launcher'
plugins := 'calc desktop_entries files find pop_shell pulse recent scripts terminal web cosmic_toplevel'
x86-64-target := 'x86-64-v2'
export RUSTFLAGS := if arch() == 'x86_64' {
' -C target-cpu=' + x86-64-target
} else {
''
}
rootdir := ''
base-dir := if rootdir == '' {