We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9f0dcc commit ce2ba21Copy full SHA for ce2ba21
justfile
@@ -1,14 +1,6 @@
1
ID := 'pop-launcher'
2
plugins := 'calc desktop_entries files find pop_shell pulse recent scripts terminal web cosmic_toplevel'
3
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
12
rootdir := ''
13
14
base-dir := if rootdir == '' {
0 commit comments