Fix build also for secondary arch
Use a variable not affected by MultiArchBuildSetup, so we use the new libwebp when gcc2 is the main arch, even when building for secondary.
This commit is contained in:
parent
ac0cb4e046
commit
2c953daef7
@ -553,7 +553,7 @@ if [ IsPackageAvailable tiff4_devel ] {
|
||||
|
||||
# libwebp
|
||||
if [ IsPackageAvailable libwebp_devel ] {
|
||||
if $(TARGET_PACKAGING_ARCH) = x86_gcc2 {
|
||||
if $(HAIKU_PACKAGING_ARCH) = x86_gcc2 {
|
||||
ExtractBuildFeatureArchives libwebp :
|
||||
file: base libwebp
|
||||
runtime: lib
|
||||
|
Loading…
x
Reference in New Issue
Block a user