summaryrefslogtreecommitdiff
path: root/xmake/modules/package/tools/meson.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2023-12-04 22:41:46 +0800
committerruki <[email protected]>2023-12-04 22:41:46 +0800
commitb6e8d8c110b99d1ce32ee2fbe8ef351ab7d96285 (patch)
tree19e7abfb06761307da4ab69eb17f2f43b35c2252 /xmake/modules/package/tools/meson.lua
parentba071b3d6a6b41d2fa49126988fa9ef826e7a909 (diff)
fix spaces
Diffstat (limited to 'xmake/modules/package/tools/meson.lua')
-rw-r--r--xmake/modules/package/tools/meson.lua2
1 files changed, 1 insertions, 1 deletions
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)