Skip to content

Commit

Permalink
win64 dir doesn't exist
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Jan 12, 2025
1 parent 4431b04 commit bd8fb12
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 breakerbreaker && find -iname '*.pdb' && echo breakerbreaker && find -maxdepth 1 -name depends -o -name library -o -name plugins -o -name win64 && echo breakerbreaker && find $(find -maxdepth 1 -name depends -o -name library -o -name plugins -o -name win64) -iname '*.pdb' && echo breakerbreaker && find $(find -maxdepth 1 -name depends -o -name library -o -name plugins -o -name win64) -iname '*.pdb' -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 && echo breakerbreaker && find -iname '*.pdb' && echo breakerbreaker && find -maxdepth 1 -name depends -o -name library -o -name plugins && echo breakerbreaker && find $(find -maxdepth 1 -name depends -o -name library -o -name plugins) -iname '*.pdb' && echo breakerbreaker && find $(find -maxdepth 1 -name depends -o -name library -o -name plugins) -iname '*.pdb' -exec cp '{}' pdb/ \;" \
; then
echo
echo "Build failed"
Expand Down

0 comments on commit bd8fb12

Please sign in to comment.