Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove extra spaces from generated pkgconfig file #4784

Merged
merged 2 commits into from
Mar 1, 2024

Conversation

SuperSodaSea
Copy link
Contributor

Currently the .pc file generated by rule utils.install.pkgconfig_importfiles looks like this:

prefix=...
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include

Name: Test
Description: Test
Version: 0.1.0
Libs:  -L${libdir} -lTest
Cflags:  -I${includedir}

Notice that there are two spaces after Libs: and Cflags:. This PR changes them to one space after the colon instead of two.

@SuperSodaSea SuperSodaSea changed the base branch from master to dev February 29, 2024 15:40
@waruqi waruqi merged commit ae8a257 into xmake-io:dev Mar 1, 2024
17 of 19 checks passed
@waruqi waruqi added this to the v2.8.8 milestone Mar 1, 2024
@SuperSodaSea SuperSodaSea deleted the fix/pkgconfig branch March 1, 2024 02:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants