Skip to content

Commit 31c04a5

Browse files
committed
One little 'n', so much harm!
1 parent 1321580 commit 31c04a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)