chore: change negentropy c++ to 2a

This commit is contained in:
Richard Ramos 2024-10-11 15:39:49 -04:00
parent 664e8bf724
commit 5b05e42486
No known key found for this signature in database
GPG Key ID: 1CE87DB518195760
1 changed files with 4 additions and 1 deletions

View File

@ -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