mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-01-03 13:44:27 +01:00
add nsis installer for windows images
This commit is contained in:
parent
54ac79315e
commit
a036aca087
@ -54,6 +54,7 @@ RUN \
|
|||||||
libc6-dev-i386 \
|
libc6-dev-i386 \
|
||||||
lzip \
|
lzip \
|
||||||
make \
|
make \
|
||||||
|
nsis \
|
||||||
openssl \
|
openssl \
|
||||||
p7zip-full \
|
p7zip-full \
|
||||||
patch \
|
patch \
|
||||||
@ -107,6 +108,10 @@ RUN \
|
|||||||
#
|
#
|
||||||
echo 'set(CMAKE_CROSSCOMPILING_EMULATOR "/usr/bin/wine")' >> ${CMAKE_TOOLCHAIN_FILE} && \
|
echo 'set(CMAKE_CROSSCOMPILING_EMULATOR "/usr/bin/wine")' >> ${CMAKE_TOOLCHAIN_FILE} && \
|
||||||
#
|
#
|
||||||
|
# Add a sysmbolic link for makensis
|
||||||
|
#
|
||||||
|
ln -s /usr/bin/makensis /usr/bin/${MXE_TARGET_ARCH}-w64-mingw32.${MXE_TARGET_LINK}${MXE_TARGET_THREAD}-makensis && \
|
||||||
|
#
|
||||||
# Replace cmake and cpack binaries
|
# Replace cmake and cpack binaries
|
||||||
#
|
#
|
||||||
cd /usr/bin && \
|
cd /usr/bin && \
|
||||||
|
Loading…
Reference in New Issue
Block a user