diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-10-31 00:28:01 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-10-31 00:28:49 +0200 |
commit | 6b7e9bb9a9d92b925adfd185abc048d62a4260ad (patch) | |
tree | 944bb7e74d0b7689981680f602f5fc087d43fdd6 /touch/Library_libotouch.mk | |
parent | 593a44a12dbdc00a9f116efc754e3e17dff5dec6 (diff) |
Bin dummy source
Change-Id: I41067a6a81e58793ba8b0491b4044de6e7f68e2b
Diffstat (limited to 'touch/Library_libotouch.mk')
-rw-r--r-- | touch/Library_libotouch.mk | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/touch/Library_libotouch.mk b/touch/Library_libotouch.mk index 856a2c67fc0e..1d6b28999365 100644 --- a/touch/Library_libotouch.mk +++ b/touch/Library_libotouch.mk @@ -25,12 +25,4 @@ $(eval $(call gb_Library_add_exception_objects,libotouch,\ endif -ifeq ($(OS),IOS) - -$(eval $(call gb_Library_add_objcxx_objects,libotouch,\ - touch/source/ios/ios \ -)) - -endif - # vim: set noet sw=4 ts=4: |