C:\Users\Baptiste\Desktop\programmation\GrnGame\GrnGame\xmake\src\logging.cpp(29) : warning C4715: 'niveau_log_vers_quill_log_level' : les chemins de contrôle ne retournent pas tous une valeur
error: bindings.cpp
C:\Users\Baptiste\AppData\Local.xmake\packages\n\nanobind\v2.9.2\94727d2ac74146a8a5227aae226bee1f\include\nanobind\nb_defs.h(131): fatal error C1189: #error: "nanobind can target Python's limited API, but this requires CPython >= 3.12"
in src\bindings.cpp
PS C:\Users\Baptiste\Desktop\programmation\GrnGame\GrnGame\xmake> python --version
Python 3.12.7
in my xmake.lua : add_defines("NB_FREE_THREADED=0")
add_defines("Py_GIL_DISABLED=0")
add_defines("Py_LIMITED_API=0x030B0000")