From 617bb981ef3485edd1e0729934d223da07a72a6b Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Fri, 29 Nov 2019 18:52:07 +0100 Subject: Fix gluegen-cpptasks-base.xml for crosscompilation, failed due to unset supposedly detected mandatory new properties Move new detected build properties build.dynamiclibs, build.staticlibs and output.lib.type from gluegen.cpptasks.detect.os.1 to gluegen.cpptasks.detect.os. This enables setting these mandatory properties always, as gluegen.cpptasks.detect.os.1 gets overriden by custom cross-compilation configurations. Also moving the property dump from gluegen.cpptasks.detect.os.1 to gluegen.cpptasks.detect.os for same reasons. --- make/gluegen-cpptasks-base.xml | 133 +++++++++++++++++++++-------------------- 1 file changed, 69 insertions(+), 64 deletions(-) diff --git a/make/gluegen-cpptasks-base.xml b/make/gluegen-cpptasks-base.xml index 32cf388..94643f4 100755 --- a/make/gluegen-cpptasks-base.xml +++ b/make/gluegen-cpptasks-base.xml @@ -589,9 +589,6 @@ - - - @@ -620,67 +617,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -852,6 +788,9 @@ + + + @@ -880,6 +819,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +