From 4da184606257b7fabab36490c7a510fa6c4d88c5 Mon Sep 17 00:00:00 2001 From: dianhades Date: Thu, 22 Oct 2020 11:25:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E6=8C=81=E7=8B=AC=E7=AB=8B=E7=BC=96?= =?UTF-8?q?=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BUILD.gn | 3 +++ 1 file changed, 3 insertions(+) diff --git a/BUILD.gn b/BUILD.gn index 81f7d31..0050dcd 100755 --- a/BUILD.gn +++ b/BUILD.gn @@ -18,6 +18,9 @@ config("cjson_config") { include_dirs = [ ".", ] + ldflags = [ + "-lm", + ] } cjson_sources = [ -- Gitee