File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ if ! docker run --rm -i -v "$srcdir":/src -v "$srcdir/build/win64-cross/":/src/b
44
44
-e steam_password \
45
45
--name dfhack-win \
46
46
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/ \;" \
48
48
; then
49
49
echo
50
50
echo " Build failed"
You can’t perform that action at this time.
0 commit comments