Skip to content

Commit

Permalink
WebKit package is now also available, missed this on previous commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
anevilyak committed Dec 22, 2012
1 parent 4fd9bbb commit 132b08d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/jam/OptionalPackages
Expand Up @@ -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" ;
Expand Down

0 comments on commit 132b08d

Please sign in to comment.