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