updated build system
Some checks reported errors
BlockStorage/repertory/pipeline/head Something is wrong with the build of this commit

This commit is contained in:
2024-08-24 10:25:44 -05:00
parent aa9d314d89
commit 7cdb015392
2 changed files with 18 additions and 19 deletions

View File

@ -1,4 +1,3 @@
# comment
FROM alpine:3.20.2
RUN apk update
@ -92,8 +91,8 @@ RUN echo -e \
"windres = '${MY_MINGW_PREFIX}-windres'\n"\
"exe_wrapper = 'wine64'\n"\
"[properties]\n"\
"c_args = []\n"\
"c_link_args = []\n"\
"c_args = [-I${MY_MINGW_DIR}/include]\n"\
"c_link_args = [-L${MY_MINGW_DIR}/lib,-L${MY_MINGW_DIR}/lib64]\n"\
"[host_machine]\n"\
"cpu = 'x86_64'\n"\
"cpu_family = 'x86_64'\n"\