Fix box64 dependencies

pull/910/head
Itai-Nelken 3 years ago
parent 37ad0f5d78
commit f6b68d4866
No known key found for this signature in database
GPG Key ID: E45E4E2C367B8AE6

@ -7,7 +7,7 @@ function error {
exit 1
}
"${DIRECTORY}/pkg-install" "cmake make python3 gcc gcc-multilib libc6-dev g++ build-essential" "$(dirname "$0")" || exit 1
"${DIRECTORY}/pkg-install" "cmake make python3 gcc libc6-dev g++ build-essential" "$(dirname "$0")" || exit 1
rm -rf ~/box64
git clone https://github.com/ptitSeb/box64 || error 'Failed to clone box64 repository!'

Loading…
Cancel
Save