Skip to content

Commit 790752a

Browse files
Update get-dependencies.sh
1 parent 1839a1c commit 790752a

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

get-dependencies.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,10 @@ echo "$VERSION" > ~/version
2929

3030
mkdir -p ./AppDir/bin
3131
cd Prey2006/neo
32-
#if [ "$ARCH" = "aarch64" ]; then
32+
if [ "$ARCH" = "aarch64" ]; then
3333
#sed -i '154s/(intptr_t)command.parmList/(const char*)command.parmList/' Prey/game_anim.cpp
34-
#fi
34+
sed -i 's/(int)(const char\*)command.parmList/(int)(intptr_t)(const char*)command.parmList/g' Prey/game_anim.cpp
35+
fi
3536
cmake . \
3637
-DCMAKE_BUILD_TYPE=Release \
3738
-DSDL3=ON

0 commit comments

Comments
 (0)