updated build system
Some checks reported errors
BlockStorage/repertory/pipeline/head Something is wrong with the build of this commit
Some checks reported errors
BlockStorage/repertory/pipeline/head Something is wrong with the build of this commit
This commit is contained in:
@ -1061,9 +1061,14 @@ RUN if [ -f "/3rd_party/libtasn1-${MY_LIBTASN_VERSION}.tar.gz" ]; then \
|
||||
--prefix=${MY_MINGW_DIR} \
|
||||
&& make -j${MY_NUM_JOBS} \
|
||||
&& make install \
|
||||
&& ln -sf ${MY_MINGW_DIR}/bin/asn1Parser.exe ${MY_MINGW_DIR}/bin/asn1Parser \
|
||||
&& cd ${MY_WORKDIR} \
|
||||
&& rm -r libtasn1-${MY_LIBTASN_VERSION} \
|
||||
&& echo -e \
|
||||
"#!/bin/bash\n"\
|
||||
"\n"\
|
||||
"wine ${MY_MINGW_DIR}/bin/asn1Parser.exe \$@\n"\
|
||||
> ${MY_MINGW_DIR}/bin/asn1Parser \
|
||||
&& chmod +x ${MY_MINGW_DIR}/bin/asn1Parser \
|
||||
; fi
|
||||
|
||||
ARG LIBICONV_VERSION
|
||||
|
Reference in New Issue
Block a user