Kaydet (Commit) 92dbf9df authored tarafından Tor Lillqvist's avatar Tor Lillqvist

No point in the DllPlugInTester executable on non-desktop OSes, I think

Change-Id: I46e4081375e2f7eda0c9f443cf28dcfe575a7dba
üst 9c067008
......@@ -24,8 +24,10 @@ else
ifneq ($(DISABLE_DYNLOADING),TRUE)
$(eval $(call gb_ExternalPackage_add_file,cppunit,bin/DllPlugInTester,src/DllPlugInTester/.libs/DllPlugInTester))
else
ifneq ($(filter DESKTOP,$(BUILD_TYPE)),)
$(eval $(call gb_ExternalPackage_add_file,cppunit,bin/DllPlugInTester,src/DllPlugInTester/DllPlugInTester))
endif
endif
ifeq ($(OS),MACOSX)
$(eval $(call gb_ExternalPackage_add_file,cppunit,lib/libcppunit-1.13.0.dylib,src/cppunit/.libs/libcppunit-1.13.0.dylib))
$(eval $(call gb_ExternalPackage_add_file,cppunit,lib/libcppunit.dylib,src/cppunit/.libs/libcppunit.dylib))
......
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