try to fix windows build by disabling threads in Physac

This commit is contained in:
Richard Smith 2025-05-03 19:52:47 +01:00
parent 2df1ac470b
commit 7971275111

View file

@ -224,6 +224,7 @@ def build_windows():
#define RAYGUI_SUPPORT_RICONS
#include "raygui.h"
#define PHYSAC_IMPLEMENTATION
#define PHYSAC_NO_THREADS
#include "physac.h"
"""
libraries = ['raylib', 'gdi32', 'shell32', 'user32', 'OpenGL32', 'winmm']