mirror of
https://github.com/love2d/love.git
synced 2026-08-12 08:30:56 +02:00
Use a non-deprecated method of selecting the toolchain
Co-authored-by: Miku AuahDark <auahdark687291@gmail.com>
This commit is contained in:
@@ -264,7 +264,7 @@ jobs:
|
||||
CFLAGS: /Zi
|
||||
CXXFLAGS: /Zi
|
||||
LDFLAGS: /DEBUG:FULL /OPT:REF /OPT:ICF
|
||||
run: cmake -Bbuild -Smegasource -T v143 -A ${{ matrix.platform }} --install-prefix %CD%\install -DCMAKE_PDB_OUTPUT_DIRECTORY=%CD%\pdb -DCMAKE_SYSTEM_VERSION=10.0.26100.0 ${{ steps.vars.outputs.moredef }}
|
||||
run: cmake -Bbuild -Smegasource -T v143 -A ${{ matrix.platform }},version=10.0.26100.0 --install-prefix %CD%\install -DCMAKE_PDB_OUTPUT_DIRECTORY=%CD%\pdb ${{ steps.vars.outputs.moredef }}
|
||||
- name: Install
|
||||
run: cmake --build build --target PACKAGE --config Release -j2
|
||||
- name: Copy LuaJIT lua51.pdb
|
||||
|
||||
Reference in New Issue
Block a user