mirror of
https://github.com/nishiowo/nishbox
synced 2025-04-21 20:24:39 +00:00
fix
This commit is contained in:
parent
9309bc8604
commit
5f1826e689
@ -26,5 +26,5 @@ cd ..
|
|||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
premake5 gmake2
|
premake5 gmake2 --backend=opengl --opengl=wgl
|
||||||
${MAKE} config=release_win${BITS}-wgl -j4
|
${MAKE} config=release_win${BITS} -j4
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
CC=${CC:-${GCC_PREFIX}gcc}
|
||||||
|
OBJDUMP=${OBJDUMP:-${GCC_PREFIX}objdump}
|
||||||
|
|
||||||
solve () {
|
solve () {
|
||||||
path=""
|
path=""
|
||||||
$OBJDUMP -p $1 | grep "DLL Name:" | rev | cut -d" " -f1 | rev | while read a; do
|
$OBJDUMP -p $1 | grep "DLL Name:" | rev | cut -d" " -f1 | rev | while read a; do
|
||||||
@ -17,4 +20,4 @@ solve () {
|
|||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
solve bin/NishBox.exe
|
solve bin/*/*/nishbox.exe
|
||||||
|
Loading…
x
Reference in New Issue
Block a user