From Bob Kuehne, build fixes for OSX.
This commit is contained in:
@@ -408,7 +408,7 @@ ifeq ($(OS),Darwin)
|
||||
LIB_EXT = dylib
|
||||
QUICKTIME = -framework QuickTime $(CARBON_LIB)
|
||||
FREETYPE_INCLUDE = -I/usr/X11R6/include/freetype2 -I/sw/include/freetype2
|
||||
LIBXML2_INCLUDE = -I/sw/include/libxml2 -I/sw/include
|
||||
LIBXML2_INCLUDE = -I/usr/include/libxml2 -I/sw/include/libxml2
|
||||
TIFF_LIB = -ltiff
|
||||
LIBVERSION = -current_version $(VERSION) \
|
||||
-compatibility_version \
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
#include "osgDB/FileNameUtils"
|
||||
#include "osgDB/Registry"
|
||||
#include "osgDB/FileUtils"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
Reference in New Issue
Block a user