updated build system

This commit is contained in:
Marc Wäckerlin
2018-04-04 19:50:07 +00:00
parent 1cf27f5474
commit 432ca75c4a
2 changed files with 11 additions and 11 deletions

View File

@@ -75,8 +75,8 @@ while test $# -gt 0; do
echo " -e ANDROID_HOME=/opt/local/android \\"
echo " -d /opt/local/android \\"
echo " -r universe \\"
echo " -r https://dev.marc.waeckerlin.org/repository \\"
echo " -k https://dev.marc.waeckerlin.org/repository/PublicKey \\"
echo " -r https://repository.mrw.sh \\"
echo " -k https://repository.mrw.sh/PublicKey \\"
echo " -p mrw-c++"
echo
exit 0