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

use the -I flag with gcc to include the files instead of of forcing you to sym/hard link them to the directory #188

Open
walksanatora opened this issue Apr 5, 2022 · 1 comment

Comments

@walksanatora
Copy link

replace gcc qoiconv.c -std=c99 -O3 -o qoiconv with gcc qoiconv.c -std=c99 -O3 -I/usr/include/stb -o qoiconv in qoiconv.c instead of forcing you to copy the files over

@walksanatora walksanatora changed the title use the -I flag with gcc to include the files instead of ofrcing you to sym/hard link them to the directory use the -I flag with gcc to include the files instead of of forcing you to sym/hard link them to the directory Apr 5, 2022
@amstan
Copy link
Contributor

amstan commented Apr 8, 2022

Heh, I had the same suggestion the other day on the AUR package: https://aur.archlinux.org/cgit/aur.git/commit/?h=qoi-git&id=fdf1cb1abca3b4bb2789015ea8f16a7df38ce1e9

It might be easier on the maintainer if this is in pull request form?

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