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

Open
tyamaguchi-ucla opened this issue Jun 21, 2023 · 0 comments
Open

Accept multiple paths for the INCLUDE_PATH option #34

tyamaguchi-ucla opened this issue Jun 21, 2023 · 0 comments

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.

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

1 participant