Skip to content

Commit

Permalink
Add get_self_path_platform for WebAssembly
Browse files Browse the repository at this point in the history
  • Loading branch information
ur4t committed Oct 21, 2023
1 parent 6f87bf7 commit 38e469b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c/scheme.c
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ static char *get_self_path_platform() {
}
#endif

#if defined(__OpenBSD__)
#if defined(__OpenBSD__) || defined(__EMSCRIPTEN__)
static char *get_self_path_platform() { return NULL; }
#endif

Expand Down

0 comments on commit 38e469b

Please sign in to comment.