Add HOST_LIBSUPC++ to fix compilation on MacOS X
This commit is contained in:
@@ -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++)
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user