Skip to content
Snippets Groups Projects
Commit fa7423e6 authored by deuce's avatar deuce
Browse files

Add CoreServices framework to build... apparently needed for newer versions

of OS X for FSFindFolder()
parent e30bf100
No related branches found
No related tags found
No related merge requests found
...@@ -79,6 +79,7 @@ ifeq ($(os),darwin) ...@@ -79,6 +79,7 @@ ifeq ($(os),darwin)
ifeq ($(shell uname -r),6.8) ifeq ($(shell uname -r),6.8)
EXTRA_LIBS += /usr/local/lib/libdl.a EXTRA_LIBS += /usr/local/lib/libdl.a
endif endif
EXTRA_LIBS += -framework CoreServices
STATIC_CRYPTLIB ?= 1 STATIC_CRYPTLIB ?= 1
endif endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment