[emcc] Pass -sUSE_OFFSET_CONVERTER
This commit is contained in:
parent
c191e12e7c
commit
6c0774619d
1 changed files with 1 additions and 0 deletions
1
emcc.zig
1
emcc.zig
|
|
@ -106,6 +106,7 @@ pub fn linkWithEmscripten(
|
||||||
emcc_command.addArgs(&[_][]const u8{
|
emcc_command.addArgs(&[_][]const u8{
|
||||||
"-o",
|
"-o",
|
||||||
emccOutputDir ++ emccOutputFile,
|
emccOutputDir ++ emccOutputFile,
|
||||||
|
"-sUSE_OFFSET_CONVERTER",
|
||||||
"-sFULL-ES3=1",
|
"-sFULL-ES3=1",
|
||||||
"-sUSE_GLFW=3",
|
"-sUSE_GLFW=3",
|
||||||
"-sASYNCIFY",
|
"-sASYNCIFY",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue