Skip to content

Commit

Permalink
chore: change negentropy c++ to 2a
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-ramos committed Oct 11, 2024
1 parent 664e8bf commit 5b05e42
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker-linux-app-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@
cp -R . ~/status-desktop
cd ~/status-desktop



git clean -dfx && rm -rf vendor/* && git checkout vendor/DOtherSide && make -j4 V=1 update

sed -i 's/c++20/c++2a/g' vendor/status-go/third_party/nwaku/vendor/negentropy/cpp/Makefile

sed -i 's|\t\$(MAKE) -C \./third_party/nwaku libwaku|\tsed -i '\''s/c++20/c++2a/g'\'' ./third_party/nwaku/vendor/negentropy/cpp/Makefile; $(MAKE) -C ./third_party/nwaku libwaku|' ./vendor/status-go/Makefile

make V=1 pkg USE_NWAKU=true

Expand Down

0 comments on commit 5b05e42

Please sign in to comment.