diff options
| author | SuperSodaSea <[email protected]> | 2024-02-29 22:05:43 +0800 |
|---|---|---|
| committer | SuperSodaSea <[email protected]> | 2024-02-29 22:05:43 +0800 |
| commit | 0880e01abb9fb107d274276e5dfb7a0576a53b0b (patch) | |
| tree | 12d6ec54508380399c158ad619004b041206a491 | |
| parent | 76af94c04ba55dfe7a5087ce76dfeba4a709ba46 (diff) | |
Remove extra spaces from generated pkgconfig file
| -rw-r--r-- | xmake/modules/target/action/install/pkgconfig_importfiles.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/modules/target/action/install/pkgconfig_importfiles.lua b/xmake/modules/target/action/install/pkgconfig_importfiles.lua index 979feaee2..aa3d6e632 100644 --- a/xmake/modules/target/action/install/pkgconfig_importfiles.lua +++ b/xmake/modules/target/action/install/pkgconfig_importfiles.lua @@ -79,8 +79,8 @@ function main(target, opt) if version then file:print("Version: %s", version) end - file:print("Libs: %s", libs) - file:print("Cflags: %s", cflags) + file:print("Libs:%s", libs) + file:print("Cflags:%s", cflags) file:close() end end |
