diff options
author | Sven Gothel <[email protected]> | 2023-01-23 10:11:45 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-01-23 10:11:45 +0100 |
commit | a9f1ccf10e42076d88813d369cfbc3e205469428 (patch) | |
tree | 4685861d1ca5432a5bad5876cef649efe1d3ab72 /make/gluegen-cpptasks-base.xml | |
parent | 594a960cd72a5859429967e3f23fa7aaac1f712c (diff) |
Remove Windows dll-rename, adopting to cpptasks.jar change
Diffstat (limited to 'make/gluegen-cpptasks-base.xml')
-rwxr-xr-x | make/gluegen-cpptasks-base.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/gluegen-cpptasks-base.xml b/make/gluegen-cpptasks-base.xml index cda6592..33d9c9f 100755 --- a/make/gluegen-cpptasks-base.xml +++ b/make/gluegen-cpptasks-base.xml @@ -785,6 +785,7 @@ <echo message="os and arch: ${os.and.arch}" /> <echo message="os and arch.dot: ${os.and.arch.dot}" /> <echo message="os and arch.slash: ${os.and.arch.slash}" /> + <echo message="native library: prefix '${native.library.prefix}', suffix '${native.library.suffix}'" /> </target> <target name="gluegen.cpptasks.detect.os" depends="gluegen.properties.load.user,gluegen.cpptasks.detect.os.custom,gluegen.cpptasks.detect.os.1,gluegen.cpptasks.detect.os.2"> |