We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 784cc81 commit 925b27bCopy full SHA for 925b27b
backend/Makefile.am
@@ -25,7 +25,7 @@ libfiresheep_la_SOURCES = \
25
deps/http-parser/http_parser.c
26
27
if PLATFORM_OSX
28
-CXXFLAGS += -DPLATFORM_OSX -arch i386 -arch x86_64
+CXXFLAGS += -DPLATFORM_OSX -arch i386 -arch x86_64 -I/usr/include
29
libfiresheep_la_SOURCES += src/osx_platform.cpp
30
libfiresheep_la_LDFLAGS = -framework Security
31
libfiresheep_la_LDFLAGS += -framework SystemConfiguration
0 commit comments