Merge pull request #28 from Expand-sys/patch-1

slight fix on deployment commands
This commit is contained in:
William Katz 2021-07-12 02:37:04 -07:00 committed by GitHub
commit dc85a3211a
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
```