mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 23:48:01 -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
@@ -30,7 +30,7 @@ class Libva_intel_driver_hybrid < Package
|
||||
end
|
||||
|
||||
def self.build
|
||||
system "meson #{CREW_MESON_LTO_OPTIONS} \
|
||||
system "meson #{CREW_MESON_OPTIONS} \
|
||||
-Denable_hybrid_codec=true builddir"
|
||||
system 'meson configure builddir'
|
||||
system 'ninja -C builddir'
|
||||
|
||||
Reference in New Issue
Block a user