diff options
author | Sven Gothel <[email protected]> | 2020-01-02 16:04:10 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2020-01-02 16:04:10 +0100 |
commit | 5a59c20f9bd9be5c20b176720810dd5a95a75d87 (patch) | |
tree | f4b89b9698e852ad8b42d6a2f2d691508390045e /make/gluegen-cpptasks-base.xml | |
parent | 18c8834bdc8c1c00f6911143927c496d2218fa42 (diff) |
native.tag.jar: include *.symbols
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 94643f4..6c86b15 100755 --- a/make/gluegen-cpptasks-base.xml +++ b/make/gluegen-cpptasks-base.xml @@ -1909,6 +1909,7 @@ <attribute name="excludelibs" default="" /> <sequential> + <echo message="native.tag.jar @{module} for @{nativejarfile} include @{includelibs} exclude @{excludelibs}"/> <var name="nativejarfile.basename" unset="true"/> <var name="nativejarfile.tmpdir" unset="true"/> <var name="nativejarfile.tmpdir.natives" unset="true"/> |