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

Commit

Permalink
Removed sdk flags from poco config
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrekV committed Nov 15, 2017
1 parent 9585018 commit 107a8aa
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 -isysroot ~/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.9
pococonfigure = --cflags=-fPIC --sqlite-thread-safe=1
endif

pocolibs += \
Expand Down

0 comments on commit 107a8aa

Please sign in to comment.