mirror of
https://github.com/Xevion/rust-sdl2-emscripten.git
synced 2026-01-30 21:01:56 -06:00
Use release triplet, fix path for SDL2_gfx lib/DLL
This commit is contained in:
Vendored
+3
-3
@@ -48,9 +48,9 @@ jobs:
|
|||||||
|
|
||||||
- name: Install SDL2_gfx
|
- name: Install SDL2_gfx
|
||||||
run: |
|
run: |
|
||||||
C:\vcpkg\vcpkg.exe install sdl2-gfx --triplet x64-windows
|
C:\vcpkg\vcpkg.exe install sdl2-gfx:x64-windows-release
|
||||||
#cp C:\vcpkg\packages\sdl2-gfx_x64-windows\share\sdl2-gfx\SDL2_gfx.lib ./
|
cp C:\vcpkg\packages\sdl2-gfx_x64-windows-release\bin\SDL2_gfx.dll ./
|
||||||
#cp C:\vcpkg\packages\sdl2-gfx_x64-windows\share\sdl2-gfx\SDL2_gfx.dll ./
|
cp C:\vcpkg\packages\sdl2-gfx_x64-windows-release\lib\SDL2_gfx.lib ./
|
||||||
|
|
||||||
- name: Debug - VCPKG
|
- name: Debug - VCPKG
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user