slight fix on deployment commands

This commit is contained in:
Expand-sys 2021-07-11 18:49:16 +10:00 committed by GitHub
parent f7dbd4c3e0
commit c258f6ec86
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,7 +49,7 @@ git clone --recurse-submodule https://github.com/EntireTwix/CCash/
cd CCash
cd third_party/base64
AVX2_CFLAGS=-mavx2 SSSE3_CFLAGS=-mssse3 SSE41_CFLAGS=-msse4.1 SSE42_CFLAGS=-msse4.2 AVX_CFLAGS=-mavx make lib/libbase64.o
cd ..
cd ../..
mkdir build
cd build
```