Skip to content

Commit b13c87f

Browse files
committed
Note this
1 parent f672894 commit b13c87f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/Makefile.Nuke8.mac

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44
# This is free software; see the source for copying conditions. There is NO
55
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
66
# End Compiler Info Output
7+
# Changed from g++4.0 because there is NO FUCKING WAY you can find it for modern OSX.
78
NDKDIR ?= /Applications/Nuke8.0v4/Nuke8.0v4.app/Contents/MacOS
8-
MYCXX ?= g++-4.0
9-
LINK ?= g++-4.0
9+
MYCXX ?= g++
10+
LINK ?= g++
1011
CXXFLAGS ?= -g -c -Werror -DUSE_GLEW -I$(NDKDIR)/include -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch x86_64
1112
LINKFLAGS ?= -L$(NDKDIR) -Wl,-syslibroot,/Developer/SDKs/MacOSX10.6.sdk -arch x86_64
1213
LIBS ?= -lDDImage -lGLEW

0 commit comments

Comments
 (0)