initial import
This commit is contained in:
10
meson/hyperbola-meson
Normal file
10
meson/hyperbola-meson
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash -ex
|
||||
# Meson wrapper for Hyperbola packaging
|
||||
|
||||
exec meson setup \
|
||||
--prefix /usr \
|
||||
--buildtype release \
|
||||
--auto-features enabled \
|
||||
--wrap-mode nofallback \
|
||||
-D b_lto=true \
|
||||
"$@"
|
||||
Reference in New Issue
Block a user