actually generate bindings
Yes `ffigen`, I did actually want you to generate the bindings, not a file consisting only of comments. Crazy, right?
This commit is contained in:
parent
51ef66174a
commit
3d7ef9b32f
1 changed files with 1 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ void main(List<String> args) async {
|
||||||
path: Platform.script.resolve("../lib/src/third_party/gomuks.g.dart"),
|
path: Platform.script.resolve("../lib/src/third_party/gomuks.g.dart"),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
visitors: [Visitor(func: (node) => node.isIncluded = true)],
|
||||||
input: .new(
|
input: .new(
|
||||||
entryPoints: [File(join(repoDir.path, "pkg", "ffi", "gomuksffi.h")).uri],
|
entryPoints: [File(join(repoDir.path, "pkg", "ffi", "gomuksffi.h")).uri],
|
||||||
compilerOptions: [
|
compilerOptions: [
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue