Skip to content

Commit 5c95ddb

Browse files
committed
Move file to be wasm only
1 parent cce318b commit 5c95ddb

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

modules/yup_core/yup_core.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ extern char** environ;
308308

309309
//==============================================================================
310310
#elif YUP_WASM
311-
#include "native/yup_WebAssemblyHelpers.h"
311+
#include "native/yup_WebAssemblyHelpers_wasm.h"
312312
#include "native/yup_SystemStats_wasm.cpp"
313313
#include "native/yup_Files_wasm.cpp"
314314
#include "native/yup_Network_wasm.cpp"

0 commit comments

Comments
 (0)