File tree Expand file tree Collapse file tree
libs/openFrameworksCompiled/project/osx Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ HEADER_BOOST = "$(OF_PATH)/libs/boost/include"
2121HEADER_UTF8 = "$(OF_PATH)/libs/utf8/include"
2222HEADER_JSON = "$(OF_PATH)/libs/json/include"
2323HEADER_GLM = "$(OF_PATH)/libs/glm/include"
24- HEADER_CURL = "$(OF_PATH)/libs/curl/include "
24+ HEADER_CURL = ""
2525HEADER_URIPARSER = "$(OF_PATH)/libs/uriparser/include"
2626HEADER_PUGIXML = "$(OF_PATH)/libs/pugixml/include"
2727
@@ -37,7 +37,7 @@ LIB_CAIRO2 = "$(OF_PATH)/libs/cairo/lib/osx/cairo.a"
3737LIB_CAIRO3 = "$(OF_PATH)/libs/cairo/lib/osx/pixman-1.a"
3838LIB_BOOST_SYSTEM = "$(OF_PATH)/libs/boost/lib/osx/boost_system.a"
3939LIB_BOOST_FS = "$(OF_PATH)/libs/boost/lib/osx/boost_filesystem.a"
40- LIB_CURL = "$(OF_PATH)/libs/curl/lib/osx/curl.a "
40+ LIB_CURL = "-lcurl "
4141LIB_URIPARSER = "$(OF_PATH)/libs/uriparser/lib/osx/uriparser.a"
4242LIB_PUGIXML = "$(OF_PATH)/libs/pugixml/lib/osx/pugixml.a"
4343
You can’t perform that action at this time.
0 commit comments