mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-16 16:12:14 +11:00
slight fix on deployment commands
This commit is contained in:
parent
f7dbd4c3e0
commit
c258f6ec86
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue