Skip to content

Commit 305deea

Browse files
Merge commit 'acfc563'
2 parents 7bbcc2c + acfc563 commit 305deea

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: Makefile

+5
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@ OS=MINGW
5353
XDR=
5454
endif
5555

56+
ifeq ($(findstring Darwin,$(OS)),Darwin)
57+
# Apple has removed TR1, but not set the C++ standard :P
58+
FLAGS+=-std=c++11
59+
endif
60+
5661
FLAGS+=-I/usr/X11R6/include
5762

5863
ifdef XDR

0 commit comments

Comments
 (0)