We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Only 2 things are stopping full build inside the container
arm64-apple-ios12.0.0-clang main.c -o test_module -arch arm64 -mabi=aapcs -Xlinker -kext -nostdlib -Xlinker -fatal_warnings -I../include/ -D_SECURE__STRING_H_ -O3
From https://github.com/checkra1n/pongoOS
2.5 - mounting loop devices inside a container (haven't learnt how yet)
All that has to change is all of the hdiutil commands to sudo losetup
hdiutil
sudo losetup
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Only 2 things are stopping full build inside the container
arm64-apple-ios12.0.0-clang main.c -o test_module -arch arm64 -mabi=aapcs -Xlinker -kext -nostdlib -Xlinker -fatal_warnings -I../include/ -D_SECURE__STRING_H_ -O3
From https://github.com/checkra1n/pongoOS
2.5 - mounting loop devices inside a container (haven't learnt how yet)
All that has to change is all of the
hdiutil
commands tosudo losetup
The text was updated successfully, but these errors were encountered: