Skip to content
Snippets Groups Projects
Commit 8b8866bf authored by rswindell's avatar rswindell
Browse files

Added JAVASCRIPT definition in FreeBSD build.

parent 66d1fc84
No related branches found
No related tags found
No related merge requests found
......@@ -54,8 +54,8 @@ DELETE = rm -f -v
OUTLIB = -o
ifeq ($(os),freebsd) # FreeBSD
CFLAGS := -DJAVASCRIPT -pthread
LIBS := -pthread
CFLAGS := -pthread
else # Linux / Other UNIX
CFLAGS := -DJAVASCRIPT -I../mozilla/js/src
LIBS := $(LIBDIR)/libpthread.a
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment