Skip to content

Commit

Permalink
Merge pull request KomodoPlatform#2340 from KomodoPlatform/fix_compile
Browse files Browse the repository at this point in the history
fix wally compile
  • Loading branch information
smk762 authored Aug 16, 2023
2 parents bf58563 + 537ec98 commit beaa7ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci_tools_atomic_dex/ci_scripts/linux_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ sudo cp -r * /usr/local/
cmake --version

# get libwally
git clone https://github.com/KomodoPlatform/libwally-core.git
git clone https://github.com/KomodoPlatform/libwally-core.git --recurse-submodules
cd libwally-core
./tools/autogen.sh
./configure --disable-shared
Expand Down
2 changes: 1 addition & 1 deletion ci_tools_atomic_dex/ci_scripts/osx_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export MACOSX_DEPLOYMENT_TARGET=10.15
#make -j3 install
#cd ../

git clone https://github.com/KomodoPlatform/libwally-core.git
git clone https://github.com/KomodoPlatform/libwally-core.git --recurse-submodules
cd libwally-core
./tools/autogen.sh
./configure --disable-shared
Expand Down

0 comments on commit beaa7ec

Please sign in to comment.