diff --git a/src/tools/makebootable/platform/openfirmware/Jamfile b/src/tools/makebootable/platform/openfirmware/Jamfile index b6e04f3f46..cd0fa2e4d3 100644 --- a/src/tools/makebootable/platform/openfirmware/Jamfile +++ b/src/tools/makebootable/platform/openfirmware/Jamfile @@ -9,4 +9,4 @@ SEARCH_SOURCE += [ FDirName $(HAIKU_TOP) src bin makebootable platform #AddFileDataResource makebootable : RAWT:666:BootCode : stage1.bin ; #BuildPlatformMain makebootable : makebootable.cpp : $(HOST_LIBBE) ; -BuildPlatformMain makebootable : makebootable.cpp ; +BuildPlatformMain makebootable : makebootable.cpp : $(HOST_LIBSUPC++) ;