diff --git a/build/jam/repositories/Haiku b/build/jam/repositories/Haiku index f64c566c94..ff38dbc879 100644 --- a/build/jam/repositories/Haiku +++ b/build/jam/repositories/Haiku @@ -20,8 +20,10 @@ local packages = haiku_$(secondaryArchs)_devel ; -if $(TARGET_PACKAGING_ARCH) != x86_gcc2 || $(secondaryArchs) { - packages += webpositive ; +if [ FIsBuildFeatureEnabled webpositive ] { + if $(TARGET_PACKAGING_ARCH) != x86_gcc2 || $(secondaryArchs) { + packages += webpositive ; + } } HaikuRepository $(haikuRepository) : $(repoInfo) : $(packages:S=.hpkg) ;