1
0
forked from Mirror/wren

Getting farther...

This commit is contained in:
Bob Nystrom
2015-08-08 09:14:52 -07:00
parent 0c5c291d85
commit 8e791c70c0

View File

@ -97,6 +97,9 @@ else
SHARED_LIB_FLAGS := -Wl,-soname,$@.so
SHARED_EXT := so
LIBUV_BUILD := out
# Enable pthread on gcc, since it isn't on by default.
CFLAGS += -pthread
endif
CFLAGS := $(C_OPTIONS) $(C_WARNINGS)