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

Accept multiple paths for the INCLUDE_PATH option #34

Closed
tyamaguchi-ucla opened this issue Jun 21, 2023 · 1 comment
Closed

Accept multiple paths for the INCLUDE_PATH option #34

tyamaguchi-ucla opened this issue Jun 21, 2023 · 1 comment

Comments

@tyamaguchi-ucla
Copy link

textshaping/configure

Lines 30 to 31 in 62c8e3a

echo "Found INCLUDE_DIR and/or LIB_DIR!"
PKG_CFLAGS="-I$INCLUDE_DIR $PKG_CFLAGS"

It would be easier to install this package if the config could accept multiple paths via INCLUDE_PATH=$PATH1:$PATH2:$PATH3, then split by : and then pass the paths to the -I option.

@thomasp85
Copy link
Member

I think you'd be better off relying on pkg-config to populate the flags

I don't plan to add something like this at least

@thomasp85 thomasp85 closed this as not planned Won't fix, can't repro, duplicate, stale Jan 7, 2025
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