We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1839a1c commit 790752aCopy full SHA for 790752a
1 file changed
get-dependencies.sh
@@ -29,9 +29,10 @@ echo "$VERSION" > ~/version
29
30
mkdir -p ./AppDir/bin
31
cd Prey2006/neo
32
-#if [ "$ARCH" = "aarch64" ]; then
+if [ "$ARCH" = "aarch64" ]; then
33
#sed -i '154s/(intptr_t)command.parmList/(const char*)command.parmList/' Prey/game_anim.cpp
34
-#fi
+sed -i 's/(int)(const char\*)command.parmList/(int)(intptr_t)(const char*)command.parmList/g' Prey/game_anim.cpp
35
+fi
36
cmake . \
37
-DCMAKE_BUILD_TYPE=Release \
38
-DSDL3=ON
0 commit comments