diff options
| author | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-11-26 08:50:25 -0500 |
|---|---|---|
| committer | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-11-26 08:50:31 -0500 |
| commit | 74cd654f0deb0405c34a8e58be4ec5e1cdc4382b (patch) | |
| tree | 32bc6c3626c5ec3ebd609a78183dbee1262491a9 /contrib/depends/packages | |
| parent | 8a1e33f57494cffd2116ee2c5b62abe3d4b57017 (diff) | |
fix iOS build issues
fix dummy ledger patch
Diffstat (limited to 'contrib/depends/packages')
| -rw-r--r-- | contrib/depends/packages/sodium.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/depends/packages/sodium.mk b/contrib/depends/packages/sodium.mk index 1289c86..8e85a4e 100644 --- a/contrib/depends/packages/sodium.mk +++ b/contrib/depends/packages/sodium.mk @@ -9,7 +9,6 @@ define $(package)_set_vars $(package)_config_env_android=ANDROID_NDK_ROOT="$(host_prefix)/native" PATH="$(host_prefix)/native/bin" CC=clang AR=ar RANLIB=ranlib $(package)_config_opts=--enable-static --disable-shared --with-pic $(package)_config_opts+=--prefix=$(host_prefix) -$(package)_ar_ios=$($(package)_ar) rcs endef define $(package)_preprocess_cmds @@ -26,7 +25,7 @@ define $(package)_build_cmds endef define $(package)_stage_cmds - $(MAKE) -j$(NUM_CORES) DESTDIR=$($(package)_staging_dir) install + $(MAKE) DESTDIR=$($(package)_staging_dir) install endef define $(package)_postprocess_cmds |
