mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-17 00:22:14 +11:00
Merge pull request #28 from Expand-sys/patch-1
slight fix on deployment commands
This commit is contained in:
commit
dc85a3211a
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