forked from Nexus/nexus
feat: Add iOS platform support (#60)
Co-authored-by: Henry-Hiles <henry@henryhiles.com> Reviewed-on: Nexus/nexus#60
This commit is contained in:
parent
bf31f5510a
commit
7bb4d87638
66 changed files with 1699 additions and 58 deletions
|
|
@ -17,7 +17,7 @@ void main(List<String> args) async {
|
|||
entryPoints: [File(join(repoDir.path, "pkg", "ffi", "gomuksffi.h")).uri],
|
||||
compilerOptions: [
|
||||
"--no-warnings",
|
||||
if (Platform.isMacOS) "-I${await getXCodeSDK()}/usr/include",
|
||||
if (Platform.isMacOS) "-I${await getXCodeTool()}/usr/include",
|
||||
],
|
||||
),
|
||||
functions: Functions.includeAll,
|
||||
|
|
|
|||
Loading…
Reference in a new issue