Skip to content

Commit d5bdde2

Browse files
committed
---
yaml --- r: 5428 b: refs/heads/master c: 31c04a5 h: refs/heads/master v: v3
1 parent 9349286 commit d5bdde2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 13215809a897b3b14eb8a078b8931bb01dba14ce
2+
refs/heads/master: 31c04a53e9d928b64b6923aa4aad3ffd434b400c

trunk/mk/platform.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ CFG_GCCISH_LINK_FLAGS :=
77
# embedded into the executable, so use a no-op command.
88
CFG_DSYMUTIL := true
99

10-
ifeq ($(findstring freebsd,$(CFG_OSTYPE)),)
10+
ifneq ($(findstring freebsd,$(CFG_OSTYPE)),)
1111
CFG_LIB_NAME=lib$(1).so
1212
CFG_GCCISH_CFLAGS += -fPIC -march=i686 -I/usr/local/include
1313
CFG_GCCISH_LINK_FLAGS += -shared -fPIC -lpthread -lrt

0 commit comments

Comments
 (0)