Skip to content

Commit

Permalink
Merge pull request #817 from fredzo/windows-build-fix-for-spaces
Browse files Browse the repository at this point in the history
Fix for spaces in Windows path
  • Loading branch information
azonenberg authored Jan 31, 2025
2 parents d57074e + 5375954 commit 6b1294c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ngscopeclient/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ if(WIXPATH AND WIN32)
${CMAKE_BINARY_DIR}/lib/scopeprotocols/libscopeprotocols.dll
${CMAKE_BINARY_DIR}/src/ngscopeclient/ngscopeclient.exe
${CMAKE_BINARY_DIR}/dist/ngscopeclient_windows_x64
COMMAND bash -c \"cp -R ${MINGW64_BIN_PATH}/../share/licenses ${CMAKE_BINARY_DIR}/dist/ngscopeclient_windows_x64\"
COMMAND bash -c \"cp -R '${MINGW64_BIN_PATH}/../share/licenses' '${CMAKE_BINARY_DIR}/dist/ngscopeclient_windows_x64'\"
COMMAND bash -c \"wget https://github.com/bvernoux/mingw-bundledlls/releases/download/v0.2.4/mingw-bundledlls-0.2.4-1-x86_64.pkg.tar.zst && pacman -U --noconfirm mingw-bundledlls-*.pkg.tar.zst && rm -f mingw-bundledlls-*.pkg.tar.zst\"
COMMAND bash -c \"export MINGW_BUNDLEDLLS_SEARCH_PATH='${MINGW64_BIN_PATH}\;../../lib/log\;../../lib/scopeexports\;../../lib/scopehal\;../../lib/scopeprotocols\;../../lib/xptools' && mingw-bundledlls ${CMAKE_BINARY_DIR}/dist/ngscopeclient_windows_x64/ngscopeclient.exe --copy\")

Expand Down

0 comments on commit 6b1294c

Please sign in to comment.