At least one file is C++, so we have to link against the C++ runtime.

Should fix the build on Darwin.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22774 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2007-10-30 17:18:59 +00:00
parent 851e6dca97
commit a2db5acb28
+1 -1
View File
@@ -31,6 +31,6 @@ BuildPlatformMain <build>unzip :
unzip.c
unreduce.c
unshrink.c
: <build>libunzip.a $(HOST_LIBBE)
: <build>libunzip.a $(HOST_LIBBE) $(HOST_LIBSUPC++)
;