Skip to content

Commit

Permalink
Fix build bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
squ1dd13 committed Jun 17, 2021
1 parent b5332ad commit e0a3df8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deb/control
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Depends: mobilesubstrate
Provides: com.squ1dd13.csios, com.squ1dd13.zinc
Conflicts: com.squ1dd13.csios, com.squ1dd13.zinc
Replaces: com.squ1dd13.csios, com.squ1dd13.zinc
Version: 2.0.2
Version: 2.0.3
Architecture: iphoneos-arm
Description: CLEO for GTA:SA. Now with extra Rust!
Maintainer: Squ1dd13
Expand Down
7 changes: 6 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@ fi
printf "=> Finished compiling Rust code.\n"

# Move to the output directory.
cd target/aarch64-apple-ios/debug
if [[ $* == *--release* ]]; then
cd target/aarch64-apple-ios/release
else
cd target/aarch64-apple-ios/debug
fi

unlink ./libcleo.dylib

# Convert the ar archive to a dylib.
Expand Down

0 comments on commit e0a3df8

Please sign in to comment.