Removed the OSG_COMPILE_UNIT_TESTS define from the OSX build to avoid

issues with the missing <sstream>
This commit is contained in:
Robert Osfield
2002-08-30 07:17:48 +00:00
parent a6f3a2cad9
commit 8d7acb9437

View File

@@ -274,7 +274,7 @@ ifeq ($(OS),Darwin)
INC += -I/usr/include
DEF += -Wall -D__DARWIN_OSX__
OPTF = -O2
DBGF = -g -DOSG_COMPILE_UNIT_TESTS
DBGF = -g
DEPARG = -M $(DEF)
SHARED = -shared
ARCHARGS =