Skip to content

Commit d11a846

Browse files
committed
Fix luabinding due to cindex.py not support c++20 concepts
1 parent 119e567 commit d11a846

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/tolua/genbindings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ def main():
191191
cxx_generator_root = os.path.abspath(os.path.join(project_root, 'tools/bindings-generator'))
192192

193193
extraFlags = _defaultIncludePath()
194+
extraFlags += " -DFMT_USE_CONCEPTS=0"
194195

195196
# save config to file
196197
if(sys.version_info.major >= 3):

0 commit comments

Comments
 (0)