We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f672894 commit b13c87fCopy full SHA for b13c87f
src/Makefile.Nuke8.mac
@@ -4,9 +4,10 @@
4
# This is free software; see the source for copying conditions. There is NO
5
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
6
# End Compiler Info Output
7
+# Changed from g++4.0 because there is NO FUCKING WAY you can find it for modern OSX.
8
NDKDIR ?= /Applications/Nuke8.0v4/Nuke8.0v4.app/Contents/MacOS
-MYCXX ?= g++-4.0
9
-LINK ?= g++-4.0
+MYCXX ?= g++
10
+LINK ?= g++
11
CXXFLAGS ?= -g -c -Werror -DUSE_GLEW -I$(NDKDIR)/include -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch x86_64
12
LINKFLAGS ?= -L$(NDKDIR) -Wl,-syslibroot,/Developer/SDKs/MacOSX10.6.sdk -arch x86_64
13
LIBS ?= -lDDImage -lGLEW
0 commit comments