WebKit package is now also available, missed this on previous commit.

This commit is contained in:
Rene Gollent
2012-12-22 16:42:56 -05:00
parent 4fd9bbbc8d
commit 132b08d8ea
+1 -1
View File
@@ -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" ;