Skip to content

Commit

Permalink
Try This
Browse files Browse the repository at this point in the history
  • Loading branch information
iguessthislldo committed Oct 20, 2023
1 parent d8d5779 commit b8c3d07
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ishapes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,9 @@ jobs:
shell: cmd
run: |
cd OpenDDS
dir %VCPKG_INSTALLED_DIR%/x64-windows
perl configure --optimize --no-debug --static --tests ^
"--qt=%VCPKG_ROOT%/installed/x64-windows" ^
"--qt=%VCPKG_INSTALLED_DIR%/x64-windows" ^
"--mpcopts=-value_template platforms=x64" ^
"--mpcopts=-value_template configurations=Release" ^
"--mpcopts=-value_template Release::runtime_library=MultiThreadedDLL"
Expand Down

0 comments on commit b8c3d07

Please sign in to comment.