Skip to content
Snippets Groups Projects
Commit c38c9929 authored by deuce's avatar deuce
Browse files

Also for non-multithreaded builds.

parent 89451ecf
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,7 @@ ifeq ($(os),openbsd) # OpenBSD
XPDEV-MT_LIBS += -lossaudio -lpthread
endif
ifeq ($(os),sunos) # Solaris
XPDEV_LIBS += -lsocket
XPDEV-MT_LIBS += -lpthread -lsocket
endif
ifeq ($(os),darwin) # Mac OS/X
......
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