Kaydet (Commit) 367dc08f authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Use -ldl -pthread only on Linux

Change-Id: I968449ac3c12011cb32bf9c29db66ad2ae4553f1
üst ac95a8b2
......@@ -17,10 +17,12 @@ $(eval $(call gb_Executable_use_libraries,libtest,\
$(gb_UWINAPI) \
))
ifeq ($(OS),LINUX)
$(eval $(call gb_Executable_add_libs,libtest,\
-ldl \
-pthread \
))
endif
$(eval $(call gb_Executable_add_exception_objects,libtest,\
smoketest/libtest \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment