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
Branches
Tags
No related merge requests found
......@@ -79,6 +79,7 @@ ifeq ($(os),darwin)
ifeq ($(shell uname -r),6.8)
EXTRA_LIBS += /usr/local/lib/libdl.a
endif
EXTRA_LIBS += -framework CoreServices
STATIC_CRYPTLIB ?= 1
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment