This commit is contained in:
NishiOwO 2025-04-11 14:42:18 +09:00
parent 109a5da2ea
commit bb5af4eb80
No known key found for this signature in database
GPG Key ID: 27EF69B208EB9343

View File

@ -404,6 +404,7 @@ if _ACTION and _ACTION ~= "clean" then
text = text .. "#ifndef _ODE_CONFIG_H_\n"
text = text .. "#define _ODE_CONFIG_H_\n"
text = text .. "#define dTRIMESH_ENABLED 1\n"
text = text .. "#define dTRIMESH_GIMPACT 1\n"
text = text .. "#define dOU_ENABLED 1\n"
text = text .. "#define dATOMICS_ENABLED 1\n"