Skip to content

Commit 251fb0b

Browse files
authored
Merge pull request #3719 from myk002/myk_win64
unclutter build command
2 parents 2349c6f + d9c9c7c commit 251fb0b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/build-win64-from-linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ if ! docker run --rm -i -v "$srcdir":/src -v "$srcdir/build/win64-cross/":/src/b
4545
-e steam_password \
4646
--name dfhack-win \
4747
ghcr.io/dfhack/build-env:msvc \
48-
bash -c "cd /src/build && dfhack-configure windows 64 Release -DCMAKE_INSTALL_PREFIX=/src/build/output cmake .. -DBUILD_DOCS=1 $CMAKE_EXTRA_ARGS && dfhack-make -j$jobs install" \
48+
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" \
4949
; then
5050
echo
5151
echo "Build failed"

depends/libzip

0 commit comments

Comments
 (0)