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 9349286 commit d5bdde2Copy full SHA for d5bdde2
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 13215809a897b3b14eb8a078b8931bb01dba14ce
+refs/heads/master: 31c04a53e9d928b64b6923aa4aad3ffd434b400c
trunk/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