Skip to content

Commit 1839a1c

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

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

get-dependencies.sh

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

3030
mkdir -p ./AppDir/bin
3131
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
32+
#if [ "$ARCH" = "aarch64" ]; then
33+
#sed -i '154s/(intptr_t)command.parmList/(const char*)command.parmList/' Prey/game_anim.cpp
34+
#fi
3535
cmake . \
3636
-DCMAKE_BUILD_TYPE=Release \
3737
-DSDL3=ON

0 commit comments

Comments
 (0)