diff options
author | Tor Lillqvist <tml@collabora.com> | 2015-12-15 16:09:43 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2015-12-15 16:11:37 +0200 |
commit | 40782060f6e5c825d0086d743c1451ecaeb87a9e (patch) | |
tree | 4321f9c2cfe5c29ffe55c1eba92c53ab81a1b3f2 /sd | |
parent | cfe08df695c046371c4361a434176e6381e3e064 (diff) |
Bin obviously unneeded copy pasta
Change-Id: If6b40899ad38d2ae6e91f6627cca5a7129ffa6d6
Diffstat (limited to 'sd')
-rw-r--r-- | sd/CppunitTest_sd_misc_tests.mk | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sd/CppunitTest_sd_misc_tests.mk b/sd/CppunitTest_sd_misc_tests.mk index 453ec355613f..a01eceb69984 100644 --- a/sd/CppunitTest_sd_misc_tests.mk +++ b/sd/CppunitTest_sd_misc_tests.mk @@ -74,17 +74,6 @@ $(eval $(call gb_CppunitTest_use_system_win32_libs,sd_misc_tests,\ )) endif -ifeq ($(OS),MACOSX) -$(eval $(call gb_CppunitTest_add_libs,sd_uimpress,\ - -lobjc \ -)) - -$(eval $(call gb_CppunitTest_use_system_darwin_frameworks,sd_uimpress,\ - Foundation \ - IOBluetooth \ -)) -endif - $(eval $(call gb_CppunitTest_use_externals,sd_misc_tests,\ boost_headers \ gtk \ |