Skip to content

Commit

Permalink
fixup! layer: Specify project and Meson versions, make paths configur…
Browse files Browse the repository at this point in the history
…able
  • Loading branch information
Saancreed committed Jan 1, 2025
1 parent f20f61c commit 9d829f1
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/build-test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,14 @@ jobs:
& "${Env:COMSPEC}" /s /c "`"${Env:VSDEVCMD}`" -arch=x64 -host_arch=x64 -no_logo && set" `
| % { , ($_ -Split '=', 2) } `
| % { [System.Environment]::SetEnvironmentVariable($_[0], $_[1]) }
meson setup build-msvc-layer layer `
meson setup `
--buildtype release `
--backend vs2022 `
-Dcpp_args=/Zc:preprocessor `
-Dabsolute_library_path=false `
-Dlibrary_path_prefix=./ `
-Dmanifest_install_dir=.
'-Dcpp_args=/Zc:preprocessor' `
'-Dabsolute_library_path=false' `
'-Dlibrary_path_prefix=./' `
'-Dmanifest_install_dir=.' `
build-msvc-layer layer
msbuild -m build-msvc-layer\dxvk-nvapi-vkreflex-layer.sln
- name: Upload artifact
Expand Down

0 comments on commit 9d829f1

Please sign in to comment.