From e2a3ed3cd8b1cebe2766b9a35182c7336119af69 Mon Sep 17 00:00:00 2001 From: Andrettin Date: Sat, 29 Jun 2019 14:24:59 +0200 Subject: Added support for passing functions pointers (with a class instance as the first parameter) to method bindings --- core/SCsub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/SCsub') diff --git a/core/SCsub b/core/SCsub index 166b7083e4..abd985fb79 100644 --- a/core/SCsub +++ b/core/SCsub @@ -146,7 +146,7 @@ env.Depends("#core/io/certs_compressed.gen.h", ["#thirdparty/certs/ca-certificat env.CommandNoCache("#core/io/certs_compressed.gen.h", "#thirdparty/certs/ca-certificates.crt", run_in_subprocess(core_builders.make_certs_header)) # Make binders -env.CommandNoCache(['method_bind.gen.inc', 'method_bind_ext.gen.inc'], 'make_binders.py', run_in_subprocess(make_binders.run)) +env.CommandNoCache(['method_bind.gen.inc', 'method_bind_ext.gen.inc', 'method_bind_free_func.gen.inc'], 'make_binders.py', run_in_subprocess(make_binders.run)) # Authors env.Depends('#core/authors.gen.h', "../AUTHORS.md") -- cgit v1.2.3