Skip to content

Commit c4add4c

Browse files
committed
fixing esp32 build
1 parent d2200b0 commit c4add4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/unix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def build_sdl():
126126
[
127127
f'cmake -DSDL_STATIC=ON -DSDL_SHARED=OFF '
128128
f'-DCMAKE_BUILD_TYPE=Release {SCRIPT_PATH}/lib/SDL'
129-
]
129+
],
130130
[f'cmake --build . --config Release --parallel {os.cpu_count()}']
131131
]
132132

0 commit comments

Comments
 (0)