diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-03-18 10:28:06 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-03-18 10:28:22 +0200 |
commit | 4c99fc562d02fe56ac9ffd5cec892d7c6a8fb609 (patch) | |
tree | 8a8db15a07d8abe9f22707035ca5d2e254bc52bc /ios | |
parent | e2c2ebfc0c2f6496e18c374f35162796c8ddddbe (diff) |
swui, too, sigh this is so ad-hoc
Change-Id: I4738660ab8136073cc3d5de492e4b566b7071b5a
Diffstat (limited to 'ios')
-rw-r--r-- | ios/Executable_Viewer.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ios/Executable_Viewer.mk b/ios/Executable_Viewer.mk index 08302f57d3bd..d52962127e72 100644 --- a/ios/Executable_Viewer.mk +++ b/ios/Executable_Viewer.mk @@ -38,6 +38,7 @@ $(eval $(call gb_Executable_use_libraries,Viewer,\ msword \ scfilt \ sdfilt \ + swui \ )) # vim: set ts=4 sw=4 et: |