diff options
| author | Riccardo Spagni <ric@spagni.net> | 2017-04-11 00:26:15 +0200 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2017-04-11 00:26:15 +0200 |
| commit | e9ca165b1ade5add159e36840ddb7c323c724f7b (patch) | |
| tree | b20eaeac31c1e33f9a3f27798b827033a7c55596 /src/crypto | |
| parent | 9c2bcabcddf292401ef36295814721b5a775b670 (diff) | |
| parent | f5bd346573aacba601c948038e39aed24c8c069e (diff) | |
| download | monzero-core-e9ca165b1ade5add159e36840ddb7c323c724f7b.tar.gz monzero-core-e9ca165b1ade5add159e36840ddb7c323c724f7b.tar.xz monzero-core-e9ca165b1ade5add159e36840ddb7c323c724f7b.zip | |
Merge pull request #1950
f5bd3465 IOS CMAKE build settings (Jaquee)
d8a88d05 add IOS CMAKE toolchain (Jaquee)
Diffstat (limited to 'src/crypto')
| -rw-r--r-- | src/crypto/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/CMakeLists.txt b/src/crypto/CMakeLists.txt index c047b0042..277ee64c2 100644 --- a/src/crypto/CMakeLists.txt +++ b/src/crypto/CMakeLists.txt @@ -93,7 +93,7 @@ endif() # Because of the way Qt works on android with JNI, the code does not live in the main android thread # So this code runs with a 1 MB default stack size. # This will force the use of the heap for the allocation of the scratchpad -if (ANDROID) +if (ANDROID OR IOS) if( BUILD_GUI_DEPS ) add_definitions(-DFORCE_USE_HEAP=1) endif() |
