diff options
author | Sven Gothel <[email protected]> | 2011-07-22 03:47:47 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-07-22 03:47:47 +0200 |
commit | f0ed680aa5d48cd8086beccc9328b4a1b5a508d8 (patch) | |
tree | 6fc894d012e25458b0fabc6cf916a643975c5456 /make/build.xml | |
parent | 3f2110f045de4bd4bd43f681256626bed1998fc3 (diff) |
add props compiler.cfg.linux.x86, linker.cfg.linux.x86 for proper linux-x86_32 spec. removed android props, we use custom xml files
Diffstat (limited to 'make/build.xml')
-rw-r--r-- | make/build.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make/build.xml b/make/build.xml index 870c537..28767b5 100644 --- a/make/build.xml +++ b/make/build.xml @@ -275,8 +275,8 @@ <target name="declare.linux.x86" if="isLinuxX86"> <echo message="Linux.x86" /> - <property name="compiler.cfg.id" value="compiler.cfg.linux" /> - <property name="linker.cfg.id" value="linker.cfg.linux" /> + <property name="compiler.cfg.id" value="compiler.cfg.linux.x86" /> + <property name="linker.cfg.id" value="linker.cfg.linux.x86" /> </target> <target name="declare.linux.amd64" if="isLinuxAMD64"> |