mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-16 08:12:12 +11:00
🐛
This commit is contained in:
parent
90add46113
commit
e04cd1af04
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ WORKDIR /CCash/third_party/base64/
|
|||
RUN AVX2_CFLAGS=-mavx2 SSSE3_CFLAGS=-mssse3 SSE41_CFLAGS=-msse4.1 SSE42_CFLAGS=-msse4.2 AVX_CFLAGS=-mavx make lib/libbase64.o
|
||||
RUN mkdir /CCash/build
|
||||
WORKDIR /CCash/build
|
||||
RUN cmake -DDROGON_CONFIG_LOC=\"\/CCash\/config\/config.json\" -DUSER_SAVE_LOC=\"\/CCash\/config\/users.dat\" ..
|
||||
RUN cmake -DDROGON_CONFIG_LOC=/CCash/config/config.json -DUSER_SAVE_LOC=/CCash/config/users.dat ..
|
||||
RUN make -j$(nproc)
|
||||
|
||||
ARG ADMIN_A=admin
|
||||
|
|
|
|||
Loading…
Reference in a new issue