Codebase list lwjgl / d0b4978
Fix copy and paste error. Markus Koschany 8 years ago
2 changed file(s) with 3 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
66 1 file changed, 32 insertions(+), 2 deletions(-)
77
88 diff --git a/platform_build/linux_ant/build.xml b/platform_build/linux_ant/build.xml
9 index e5ce8d1..db62711 100644
9 index e5ce8d1..c9a2afb 100644
1010 --- a/platform_build/linux_ant/build.xml
1111 +++ b/platform_build/linux_ant/build.xml
1212 @@ -6,12 +6,14 @@
3838
3939 - <antcall target="compile32"/>
4040 - <antcall target="compile64"/>
41 + <condition property="build.debian"><condition property="build.debian">
41 + <condition property="build.debian">
4242 + <os name="Linux" />
4343 + </condition>
4444 + <antcall target="compiledeb" />
66 1 file changed, 4 insertions(+)
77
88 diff --git a/platform_build/linux_ant/build.xml b/platform_build/linux_ant/build.xml
9 index db62711..87dc2c2 100644
9 index c9a2afb..ae9f911 100644
1010 --- a/platform_build/linux_ant/build.xml
1111 +++ b/platform_build/linux_ant/build.xml
1212 @@ -23,6 +23,10 @@