diff options
author | Sven Gothel <[email protected]> | 2020-01-02 16:18:11 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2020-01-02 16:18:11 +0100 |
commit | e2fe0fbf558da39f762df3779e120d1956e4c47c (patch) | |
tree | 767ce878bbf28452c01f345302caf6523b11007d /make/build-nativewindow.xml | |
parent | 929ca42ab05e305de7af1caa5401f608626285a5 (diff) |
native.tag.jar: include *.symbols
Diffstat (limited to 'make/build-nativewindow.xml')
-rw-r--r-- | make/build-nativewindow.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build-nativewindow.xml b/make/build-nativewindow.xml index 7f0057493..e123fdf29 100644 --- a/make/build-nativewindow.xml +++ b/make/build-nativewindow.xml @@ -1093,7 +1093,7 @@ nativejarfile="${build.nativewindow}/nativewindow-natives-${os.and.arch}.jar" manifestfile="${build.nativewindow}/manifest-natives.mf" module="nativewindow" - includelibs="*.${native.library.suffix}" /> + includelibs="*.${native.library.suffix} *.symbols" /> </target> <!-- ================================================================== --> |