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 1321580 commit 31c04a5Copy full SHA for 31c04a5
mk/platform.mk
@@ -7,7 +7,7 @@ CFG_GCCISH_LINK_FLAGS :=
7
# embedded into the executable, so use a no-op command.
8
CFG_DSYMUTIL := true
9
10
-ifeq ($(findstring freebsd,$(CFG_OSTYPE)),)
+ifneq ($(findstring freebsd,$(CFG_OSTYPE)),)
11
CFG_LIB_NAME=lib$(1).so
12
CFG_GCCISH_CFLAGS += -fPIC -march=i686 -I/usr/local/include
13
CFG_GCCISH_LINK_FLAGS += -shared -fPIC -lpthread -lrt
0 commit comments