Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
wasabii committed Dec 18, 2024
1 parent ab15304 commit 0cb74d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/IKVM.Clang.Sdk.Tests/Project/Executable/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ int main() {
#endif
}

#ifdef EMSCRIPTEN
int exit() {
return 0;
}
#endif
1 change: 1 addition & 0 deletions src/IKVM.Clang.Sdk.Tests/Project/lib.props
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@
<SystemRootDirectories Include="$(EMSDK)\upstream\emscripten\cache\sysroot" />
<SystemIncludeDirectories Include="$(EMSDK)\upstream\emscripten\cache\sysroot\include" />
<LibraryDirectories Include="$(EMSDK)\upstream\emscripten\cache\sysroot\lib" />
<PreprocessorDefinitions Include="EMSCRIPTEN" />
<Dependencies Include="embind" />
</ItemGroup>

Expand Down

0 comments on commit 0cb74d8

Please sign in to comment.