mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-03 09:29:48 +00:00
Fix for path for wallet api files.
This commit is contained in:
parent
d2fea80882
commit
b3cf61d762
3 changed files with 4 additions and 4 deletions
|
@ -11,7 +11,7 @@
|
||||||
void __clear_cache(void* start, void* end) { }
|
void __clear_cache(void* start, void* end) { }
|
||||||
#include "../External/ios/include/wallet2_api.h"
|
#include "../External/ios/include/wallet2_api.h"
|
||||||
#else
|
#else
|
||||||
#include "../External/include/wallet2_api.h"
|
#include "../External/android/include/wallet2_api.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
using namespace std::chrono_literals;
|
using namespace std::chrono_literals;
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
void __clear_cache(void* start, void* end) { }
|
void __clear_cache(void* start, void* end) { }
|
||||||
#include "../External/ios/include/wallet2_api.h"
|
#include "../External/ios/include/wallet2_api.h"
|
||||||
#else
|
#else
|
||||||
#include "../External/include/wallet2_api.h"
|
#include "../External/android/include/wallet2_api.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
using namespace std::chrono_literals;
|
using namespace std::chrono_literals;
|
||||||
|
|
|
@ -3,8 +3,8 @@
|
||||||
WORKDIR=/opt/android
|
WORKDIR=/opt/android
|
||||||
CW_DIR=${WORKDIR}/cake_wallet
|
CW_DIR=${WORKDIR}/cake_wallet
|
||||||
CW_EXRTERNAL_DIR=${CW_DIR}/cw_shared_external/ios/External/android
|
CW_EXRTERNAL_DIR=${CW_DIR}/cw_shared_external/ios/External/android
|
||||||
CW_HAVEN_EXTERNAL_DIR=${CW_DIR}/cw_haven/ios/External
|
CW_HAVEN_EXTERNAL_DIR=${CW_DIR}/cw_haven/ios/External/android
|
||||||
CW_MONERO_EXTERNAL_DIR=${CW_DIR}/cw_monero/ios/External
|
CW_MONERO_EXTERNAL_DIR=${CW_DIR}/cw_monero/ios/External/android
|
||||||
for arch in "aarch" "aarch64" "i686" "x86_64"
|
for arch in "aarch" "aarch64" "i686" "x86_64"
|
||||||
do
|
do
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue