diff options
| author | cyan <cyjan@mrcyjanek.net> | 2024-08-01 12:58:41 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-01 12:58:41 +0200 |
| commit | f2e150bf89fcb413ad7ad362c6fa34a3ebd43a99 (patch) | |
| tree | 330b11f851747df51b13c578035ec9d08055061f /external/ios/config.sh | |
| parent | 0737e1a7a1335b77b9bd90505241d5647eb7fd3e (diff) | |
update ios scripts to not clone dependencies at build time (#25)
* update ios scripts to not clone dependencies at runtime
* fix ios build scripts
Diffstat (limited to 'external/ios/config.sh')
| -rwxr-xr-x | external/ios/config.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/external/ios/config.sh b/external/ios/config.sh index f21f7f0..e65c5a3 100755 --- a/external/ios/config.sh +++ b/external/ios/config.sh @@ -1,6 +1,7 @@ #!/bin/sh export IOS_SCRIPTS_DIR="$(pwd)" +export MONEROC_DIR="$(pwd)/../.." export CW_ROOT="${IOS_SCRIPTS_DIR}" export EXTERNAL_DIR="${CW_ROOT}/build" export EXTERNAL_IOS_DIR="${EXTERNAL_DIR}/ios" |
