mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-19 18:18:38 +00:00
chore: change negentropy c++ to 2a
This commit is contained in:
parent
664e8bf724
commit
5b05e42486
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user