From b6e8d8c110b99d1ce32ee2fbe8ef351ab7d96285 Mon Sep 17 00:00:00 2001 From: ruki Date: Mon, 4 Dec 2023 22:41:46 +0800 Subject: fix spaces --- xmake/modules/package/tools/meson.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmake/modules/package/tools/meson.lua b/xmake/modules/package/tools/meson.lua index 70a616258..7a99d166d 100644 --- a/xmake/modules/package/tools/meson.lua +++ b/xmake/modules/package/tools/meson.lua @@ -278,7 +278,7 @@ function _get_configs_file(package, opt) file:print("c_link_args=['%s']", table.concat(linkflags, "', '")) file:print("cpp_link_args=['%s']", table.concat(linkflags, "', '")) end - + if package:is_cross() or opt.cross then file:print("") _insert_cross_configs(package, file, opt) -- cgit v1.3.1