diff options
author | Sven Gothel <[email protected]> | 2019-06-17 04:48:14 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2019-06-17 04:48:14 +0200 |
commit | 062901d807770646604322aa45d1e018270ae7ce (patch) | |
tree | f0b00411d4423b4a4d5a1f04804029af3e80da82 /make/build.xml | |
parent | 330dad069dee5a0cc0480cf5cd9052000004223a (diff) |
Update cpptask.jar to commit 18e04a2fb9c2a3556040091213f82fc570bc5736
and comment-out verbose OSX compiler/link flags, as well as removing one dead linker cfg target.
Diffstat (limited to 'make/build.xml')
-rw-r--r-- | make/build.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/make/build.xml b/make/build.xml index cb21bdf..d243a2d 100644 --- a/make/build.xml +++ b/make/build.xml @@ -388,10 +388,6 @@ <property name="c.src.dir.os" value="unix" /> </target> - <linker id="linker.cfg.ios.amd64.gluegen" extends="linker.cfg.ios.amd64"> - <linkerarg value="-exported_symbols_list lib"/> - </linker> - <target name="declare.ios.amd64" if="isIOSAmd64"> <echo message="IOSAmd64" /> <property name="compiler.cfg.id" value="compiler.cfg.ios.amd64" /> |