mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
Add compiling constants (#5593)
* add compiling constants * fix version and quoting * lib/const.rb: add CREW_MESON_FNO_LTO_OPTIONS * lib/const.rb: fix CREW_COMMON_OPTIONS * crew: add new consts to crew const output * bin/crew: alphabetize consts Co-authored-by: Ed Reel <edreel@gmail.com>
This commit is contained in:
committed by
GitHub
parent
d614a166de
commit
ff31a81843
@@ -24,7 +24,7 @@ class Libsigcplusplus3 < Package
|
||||
})
|
||||
|
||||
def self.build
|
||||
system "meson #{CREW_MESON_LTO_OPTIONS} \
|
||||
system "meson #{CREW_MESON_OPTIONS} \
|
||||
-Dbuild-examples=false \
|
||||
builddir"
|
||||
system "meson configure builddir"
|
||||
|
||||
Reference in New Issue
Block a user