Replies: 1 comment
-
You need a #!/usr/bin/env sh
PKG_CONFIG_LIBDIR=... pkg-config $@ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I want to cross compile a wxwidgets app in Linux to Windows64 and in Linux I have dependencies like libcurl. I have cross-compiled libcurl but when the meson app checks for dependencies it fails
What do I need to do so that meson uses the correct cross-compiled libcurl ?? How does this suppose to work?
Thank you
Alexander
Beta Was this translation helpful? Give feedback.
All reactions