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

Linkoptions not generating pkg-config results #529

Open
flamendless opened this issue Mar 28, 2021 · 0 comments
Open

Linkoptions not generating pkg-config results #529

flamendless opened this issue Mar 28, 2021 · 0 comments

Comments

@flamendless
Copy link

		linkoptions {
			"`gtk+-3.0 --libs`", 
		}

but in the generated project.ninja it shows

  all_ldflags     =  -L"." `gtk+-3.0 --libs`

instead of the result of running pkg-config --libs gtk+-3.0 which is : -lgtk-3 -lgdk-3 -lz -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0

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

No branches or pull requests

2 participants
@flamendless and others