Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Commit

Permalink
added osx 10.9 to isysroot param
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrekV committed Nov 8, 2017
1 parent 28e9899 commit 9585018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ pococonfigure = --cflags=-fPIC --sqlite-thread-safe=1
endif

ifeq ($(osname), mac)
pococonfigure = --cflags=-fPIC --sqlite-thread-safe=1 --mmacosx-version-min=10.9
pococonfigure = --cflags=-fPIC --sqlite-thread-safe=1 -isysroot ~/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.9
endif

pocolibs += \
Expand Down

0 comments on commit 9585018

Please sign in to comment.