Skip to content

Commit

Permalink
revert pull #2454
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterBright committed Aug 12, 2013
1 parent 5f0c3a1 commit a21d34d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/posix.mak
Expand Up @@ -55,11 +55,11 @@ ifeq (OSX,$(OS))
endif
LDFLAGS=-lm -lstdc++ -lpthread

ifeq (OSX,$(OS))
HOST_CC=clang++
else
#ifeq (OSX,$(OS))
# HOST_CC=clang++
#else
HOST_CC=g++
endif
#endif
CC=$(HOST_CC) $(MODEL_FLAG)
GIT=git

Expand Down

0 comments on commit a21d34d

Please sign in to comment.