From 19509aba91c58f3bb9fcc962692f9729842b51cf Mon Sep 17 00:00:00 2001 From: fxliang Date: Tue, 21 Jan 2025 22:50:21 +0800 Subject: [PATCH] build: set /utf-8 for source compilation --- weasel.props.template | 1 + 1 file changed, 1 insertion(+) diff --git a/weasel.props.template b/weasel.props.template index cbb6a0d15..3a70393c0 100644 --- a/weasel.props.template +++ b/weasel.props.template @@ -22,6 +22,7 @@ $(PreprocessorDefinitions);VERSION_MAJOR=$(VERSION_MAJOR);VERSION_MINOR=$(VERSION_MINOR);VERSION_PATCH=$(VERSION_PATCH); + /utf-8 $(PreprocessorDefinitions);VERSION_MAJOR=$(VERSION_MAJOR);VERSION_MINOR=$(VERSION_MINOR);VERSION_PATCH=$(VERSION_PATCH);PRODUCT_VERSION=$(PRODUCT_VERSION);FILE_VERSION=$(FILE_VERSION);