Merge pull request #245 from sfo/fix_compile_windows

do not delete mxe's .git directory
This commit is contained in:
Matt McCormick
2018-07-26 16:43:26 -07:00
committed by GitHub

View File

@@ -96,7 +96,7 @@ RUN \
# Cleanup: By keeping the MXE build system (Makefile, ...), derived images will be able to install # Cleanup: By keeping the MXE build system (Makefile, ...), derived images will be able to install
# additional packages. # additional packages.
# #
rm -rf .git log pkg && \ rm -rf log pkg && \
# #
# Update MXE toolchain file # Update MXE toolchain file
# #