chore: change negentropy c++ to 2a
This commit is contained in:
parent
664e8bf724
commit
5b05e42486
|
@ -4,9 +4,12 @@
|
||||||
cp -R . ~/status-desktop
|
cp -R . ~/status-desktop
|
||||||
cd ~/status-desktop
|
cd ~/status-desktop
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
git clean -dfx && rm -rf vendor/* && git checkout vendor/DOtherSide && make -j4 V=1 update
|
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
|
make V=1 pkg USE_NWAKU=true
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue