mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-05 06:25:46 +00:00
Ignore .eh symbols
This commit is contained in:
parent
132cecf861
commit
e429e2699c
1 changed files with 1 additions and 2 deletions
|
|
@ -1,4 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
nm -g "$1"/*.o | grep "Java_" | cut -d ' ' -f3 | cut -c 1-
|
||||
nm -g "$1"/*.o | grep "JNI_" | cut -d ' ' -f3 | cut -c 1-
|
||||
nm -j -g "$1"/*.o | grep -E "J(ava|NI)_[^.]*$"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue