Need to account for WebPositive not building on x86_64.
Commented out the previous if statement and added a TODO as a reminder for when it builds on x86_64.
This commit is contained in:
@@ -20,7 +20,9 @@ local packages =
|
||||
haiku_$(secondaryArchs)_devel
|
||||
;
|
||||
|
||||
if $(TARGET_PACKAGING_ARCH) != x86_gcc2 || $(secondaryArchs) {
|
||||
# TODO : the following should be used once WebPositive builds on x86_64
|
||||
# if $(TARGET_PACKAGING_ARCH) != x86_gcc2 || $(secondaryArchs) {
|
||||
if x86 in $(HAIKU_PACKAGING_ARCHS) {
|
||||
packages += webpositive ;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user