File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
building-and-packaging/mac Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,13 +38,13 @@ CPPFLAGS = [
3838 "-I%s" % INC ,
3939 ]
4040CXXFLAGS = [
41- "-mmacosx-version-min=10.6 "
41+ "-mmacosx-version-min=10.7 "
4242 ]
4343
4444LDFLAGS = [
4545 "-L%s" % LIB ,
4646 "-F/System/Library/PrivateFrameworks" ,
47- "-mmacosx-version-min=10.6 "
47+ "-mmacosx-version-min=10.7 "
4848 ]
4949LIBS = [
5050 "-framework MultitouchSupport" ,
@@ -196,7 +196,7 @@ def generateMakefile():
196196 print >> makefile
197197 print >> makefile , "SOURCES =" , " " .join (sources )
198198 print >> makefile
199- print >> makefile , "CXX = g++"
199+ print >> makefile , "CXX = g++ -stdlib=libc++ "
200200 print >> makefile , "CPPFLAGS =" , " " .join (CPPFLAGS )
201201 print >> makefile , "CXXFLAGS =" , " " .join (CXXFLAGS )
202202 print >> makefile , "LDFLAGS =" , " " .join (LDFLAGS )
You can’t perform that action at this time.
0 commit comments