Skip to content

Commit

Permalink
Fix Haiku build.
Browse files Browse the repository at this point in the history
We don't want or need jhbuild here.
  • Loading branch information
pulkomandy committed Nov 25, 2014
1 parent e2b94a5 commit 892a3f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Tools/Scripts/webkitdirs.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1658,6 +1658,8 @@ sub getJhbuildPath()
push(@jhbuildPath, "DependenciesEFL");
} elsif (isGtk()) {
push(@jhbuildPath, "DependenciesGTK");
} elsif (isHaiku()) {
return () # Unused on Haiku.
} else {
die "Cannot get JHBuild path for platform that isn't GTK+ or EFL.\n";
}
Expand Down

0 comments on commit 892a3f9

Please sign in to comment.