mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
Rename autotools constants to fall in line with the rest of crew (#10442)
* Rename CREW_OPTIONS to CREW_CONFIGURE_OPTIONS * Rename build_extras and install_extras to configure_build_extras and configure_install_extras
This commit is contained in:
committed by
GitHub
parent
af8193b11a
commit
f6b6cab229
@@ -72,7 +72,7 @@ class Handbrake < Package
|
||||
# with a libtool error.
|
||||
FileUtils.ln_sf "#{CREW_LIB_PREFIX}/libfribidi.la", "#{CREW_PREFIX}/lib/"
|
||||
|
||||
system "LDFLAGS+=' -L #{CREW_LIB_PREFIX}' ./configure #{CREW_OPTIONS} \
|
||||
system "LDFLAGS+=' -L #{CREW_LIB_PREFIX}' ./configure #{CREW_CONFIGURE_OPTIONS} \
|
||||
--enable-x265 \
|
||||
--enable-numa \
|
||||
--enable-fdk-aac \
|
||||
|
||||
Reference in New Issue
Block a user