Skip to content

Commit

Permalink
Fix luabinding due to cindex.py not support c++20 concepts
Browse files Browse the repository at this point in the history
  • Loading branch information
halx99 committed Jul 2, 2024
1 parent 119e567 commit d11a846
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/tolua/genbindings.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ def main():
cxx_generator_root = os.path.abspath(os.path.join(project_root, 'tools/bindings-generator'))

extraFlags = _defaultIncludePath()
extraFlags += " -DFMT_USE_CONCEPTS=0"

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

0 comments on commit d11a846

Please sign in to comment.