Skip to content

Commit 043620d

Browse files
committed
Debugging macos/windows build action 6.
1 parent 5e5fbdb commit 043620d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
update: true
3232
install: scons pkg-config mingw-w64-x86_64-gcc mingw-w64-x86_64-SDL2 mingw-w64-x86_64-SDL2_image mingw-w64-x86_64-bullet mingw-w64-x86_64-curl mingw-w64-x86_64-libvorbis
3333
- name: Build
34+
set MSYSTEM=MINGW64
3435
run: msys2 -c 'scons'
3536

3637
test_MacOS:

src/SConscript

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ src = Split("""
141141
utils.cpp
142142
window.cpp""")
143143

144-
src.sort(key = lambda t: cmp(t[0].lower(), t[1].lower()))
144+
src.sort(key = lambda x: x.lower())
145145

146146
#------------------------#
147147
# Copy Build Environment #

0 commit comments

Comments
 (0)