Skip to content

Commit 7971275

Browse files
try to fix windows build by disabling threads in Physac
1 parent 2df1ac4 commit 7971275

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

raylib/build.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ def build_windows():
224224
#define RAYGUI_SUPPORT_RICONS
225225
#include "raygui.h"
226226
#define PHYSAC_IMPLEMENTATION
227+
#define PHYSAC_NO_THREADS
227228
#include "physac.h"
228229
"""
229230
libraries = ['raylib', 'gdi32', 'shell32', 'user32', 'OpenGL32', 'winmm']

0 commit comments

Comments
 (0)