Skip to content

Commit 68404b6

Browse files
committed
Fixed wasm build. [skip CI]
1 parent a356d49 commit 68404b6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,7 @@ wasm-node: clean
266266
-I $(SRC_PATH) \
267267
-I $(SRC_PATH)/3rdParty/lua \
268268
-std=c++17 \
269+
-DYUE_UTF8_IMPL \
269270
--bind \
270271
-fexceptions \
271272
-Wno-deprecated-declarations \
@@ -306,6 +307,7 @@ wasm-node: clean
306307
-I $(SRC_PATH) \
307308
-I $(SRC_PATH)/3rdParty/lua \
308309
-std=c++17 \
310+
-DYUE_UTF8_IMPL \
309311
--bind \
310312
-fexceptions \
311313
-Wno-deprecated-declarations \
@@ -350,6 +352,7 @@ wasm: clean
350352
-I $(SRC_PATH) \
351353
-I $(SRC_PATH)/3rdParty/lua \
352354
-std=c++17 \
355+
-DYUE_UTF8_IMPL \
353356
--bind \
354357
-fexceptions \
355358
-Wno-deprecated-declarations

0 commit comments

Comments
 (0)