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:
@@ -553,7 +553,7 @@ if [ IsPackageAvailable tiff4_devel ] {
|
|||||||
|
|
||||||
# libwebp
|
# libwebp
|
||||||
if [ IsPackageAvailable libwebp_devel ] {
|
if [ IsPackageAvailable libwebp_devel ] {
|
||||||
if $(TARGET_PACKAGING_ARCH) = x86_gcc2 {
|
if $(HAIKU_PACKAGING_ARCH) = x86_gcc2 {
|
||||||
ExtractBuildFeatureArchives libwebp :
|
ExtractBuildFeatureArchives libwebp :
|
||||||
file: base libwebp
|
file: base libwebp
|
||||||
runtime: lib
|
runtime: lib
|
||||||
|
|||||||
Reference in New Issue
Block a user