From 68404b6fb753039c53d128722d0b75a29cb60080 Mon Sep 17 00:00:00 2001 From: Li Jin Date: Fri, 7 Nov 2025 19:11:10 +0800 Subject: Fixed wasm build. [skip CI] --- makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'makefile') diff --git a/makefile b/makefile index 7ca8c6c..2ba3103 100644 --- a/makefile +++ b/makefile @@ -266,6 +266,7 @@ wasm-node: clean -I $(SRC_PATH) \ -I $(SRC_PATH)/3rdParty/lua \ -std=c++17 \ + -DYUE_UTF8_IMPL \ --bind \ -fexceptions \ -Wno-deprecated-declarations \ @@ -306,6 +307,7 @@ wasm-node: clean -I $(SRC_PATH) \ -I $(SRC_PATH)/3rdParty/lua \ -std=c++17 \ + -DYUE_UTF8_IMPL \ --bind \ -fexceptions \ -Wno-deprecated-declarations \ @@ -350,6 +352,7 @@ wasm: clean -I $(SRC_PATH) \ -I $(SRC_PATH)/3rdParty/lua \ -std=c++17 \ + -DYUE_UTF8_IMPL \ --bind \ -fexceptions \ -Wno-deprecated-declarations -- cgit v1.2.3-55-g6feb