Skip to content

Commit 0213136

Browse files
Timothy DaleyTimothy Daley
authored andcommitted
Fix gsl linking problem with Mac OSX El Capitan
1 parent e6f7e75 commit 0213136

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ ifeq "$(shell uname)" "Darwin"
5454
CXXFLAGS += -arch x86_64
5555
ifeq "$(shell if [ `sysctl -n kern.osrelease | cut -d . -f 1` -ge 13 ];\
5656
then echo 'true'; fi)" "true"
57-
CXXFLAGS += -stdlib=libstdc++
57+
CXXFLAGS += -stdlib=libstdc++ -I/usr/local/include -L/usr/local/lib
5858
endif
5959
endif
6060

0 commit comments

Comments
 (0)