Skip to content

Commit

Permalink
different strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Jan 12, 2025
1 parent d55e101 commit 44b7d80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build-win64-from-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ if ! docker run --rm -i -v "$srcdir":/src -v "$srcdir/build/win64-cross/":/src/b
-e steam_password \
--name dfhack-win \
ghcr.io/dfhack/build-env:master \
bash -c "cd /src/build && dfhack-configure windows 64 Release -DCMAKE_INSTALL_PREFIX=/src/build/output -DBUILD_DOCS=1 $CMAKE_EXTRA_ARGS && dfhack-make -j$jobs install && echo find $(find -maxdepth 1 -name depends -o -name library -o -name plugins) -name '*.pdb' -type f -exec cp '{}' pdb/ \; && find $(find -maxdepth 1 -name depends -o -name library -o -name plugins) -name '*.pdb' -type f -exec cp '{}' pdb/ \;" \
bash -c "cd /src/build && dfhack-configure windows 64 Release -DCMAKE_INSTALL_PREFIX=/src/build/output -DBUILD_DOCS=1 $CMAKE_EXTRA_ARGS && dfhack-make -j$jobs install && find . \! -path './pdb/*' -name '*.pdb' -type f && find . \! -path './pdb/*' -name '*.pdb' -type f -exec cp '{}' pdb/ \;" \
; then
echo
echo "Build failed"
Expand Down

0 comments on commit 44b7d80

Please sign in to comment.