Add HOST_LIBSUPC++ to fix compilation on MacOS X

This commit is contained in:
Niels Sascha Reedijk
2013-09-30 21:41:50 +02:00
parent 57405de578
commit a69102a1f3
+1 -1
View File
@@ -7,5 +7,5 @@ USES_BE_API on <build>create_repository_config = true ;
BuildPlatformMain <build>create_repository_config :
create_repository_config.cpp
:
libpackage_build.so $(HOST_LIBBE) $(HOST_LIBSTDC++)
libpackage_build.so $(HOST_LIBBE) $(HOST_LIBSUPC++) $(HOST_LIBSTDC++)
;