You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Fix setenv not defined in older emscripten verions.
This commit is contained in:
@@ -33,6 +33,7 @@
|
||||
#include "platform/javascript/os_javascript.h"
|
||||
|
||||
#include <emscripten/emscripten.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
static OS_JavaScript *os = NULL;
|
||||
static uint64_t target_ticks = 0;
|
||||
|
||||
Reference in New Issue
Block a user