mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-21 19:14:13 +00:00
make_mingw_build: remove compiled .rc files from working copy dir
they were created there via symlink which confused subsequent builds leading to issue #7441
This commit is contained in:
parent
c962a07c03
commit
fa14ed06a9
@ -3,4 +3,4 @@ ENV DEBIAN_FRONTEND=noninteractive
|
|||||||
|
|
||||||
COPY get_dlls.py /scripts/get_dlls.py
|
COPY get_dlls.py /scripts/get_dlls.py
|
||||||
|
|
||||||
ENTRYPOINT cd /output && scons -j `nproc` arch=x86-64 prefix=/msys64/mingw64 gtkdir=/msys64/mingw64 host=x86_64-w64-mingw32 -Y /wesnoth force_color=true && python3 /scripts/get_dlls.py && rm -rf packaging && ln -sf /wesnoth/doc /wesnoth/packaging /wesnoth/data /wesnoth/fonts /wesnoth/images /wesnoth/sounds /wesnoth/README.md /wesnoth/copyright /wesnoth/COPYING /wesnoth/changelog.md /wesnoth/cwesnoth.cmd . && scons -Y /wesnoth windows-installer
|
ENTRYPOINT cd /output && scons -j `nproc` arch=x86-64 prefix=/msys64/mingw64 gtkdir=/msys64/mingw64 host=x86_64-w64-mingw32 -Y /wesnoth force_color=true && python3 /scripts/get_dlls.py && rm -rf packaging && ln -sf /wesnoth/doc /wesnoth/packaging /wesnoth/data /wesnoth/fonts /wesnoth/images /wesnoth/sounds /wesnoth/README.md /wesnoth/copyright /wesnoth/COPYING /wesnoth/changelog.md /wesnoth/cwesnoth.cmd . && scons -Y /wesnoth windows-installer && rm packaging/windows/*.o
|
||||||
|
Loading…
x
Reference in New Issue
Block a user