WebKit package is now also available, missed this on previous commit.
This commit is contained in:
@@ -2143,7 +2143,7 @@ if [ IsOptionalHaikuImagePackageAdded Vision ] {
|
||||
|
||||
# WebKit
|
||||
if [ IsOptionalHaikuImagePackageAdded WebKit ] {
|
||||
if $(TARGET_ARCH) != x86 {
|
||||
if $(TARGET_ARCH) != x86 && $(TARGET_ARCH) != x86_64 {
|
||||
Echo "No optional package WebKit available for $(TARGET_ARCH)" ;
|
||||
} else if $(HAIKU_GCC_VERSION[1]) < 4 && ! $(isHybridBuild) {
|
||||
Echo "No optional package WebKit available for gcc2" ;
|
||||
|
||||
Reference in New Issue
Block a user