Skip to content

Commit 64bee06

Browse files
committed
fix scan for pdb files
1 parent ae1e2e4 commit 64bee06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/build-win64-from-linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ if ! docker run --rm -i -v "$srcdir":/src -v "$srcdir/build/win64-cross/":/src/b
4444
-e steam_password \
4545
--name dfhack-win \
4646
ghcr.io/dfhack/build-env:master \
47-
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 $(find -name depends -o -name library -o -name plugins) -iname '*.pdb' -exec cp '{}' pdb/ \;" \
47+
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 -exec cp '{}' pdb/ \;" \
4848
; then
4949
echo
5050
echo "Build failed"

0 commit comments

Comments
 (0)