Fix Linux compile error

db4
Slava Pestov 2008-07-03 21:34:37 -05:00
parent e0f7849b3f
commit dc90b0014b
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
include vm/Config.unix
PLAF_DLL_OBJS += vm/os-genunix.o vm/os-linux.o
CFLAGS += -export-dynamic
LIBS = -ldl -lm $(X11_UI_LIBS)
LIBS = -ldl -lm -lpthread $(X11_UI_LIBS)