flatbuffers icon indicating copy to clipboard operation
flatbuffers copied to clipboard

Add `prefix` in pkg-config file

Open diamant3 opened this issue 1 year ago • 2 comments

I'm trying to port flatbuffers library to a library compatible for PSP and we specifically use pkg-config to find and use the library but i noticed this error:

Variable 'prefix' not defined in '/usr/local/pspdev/psp/lib/pkgconfig/flatbuffers.pc'

EDIT:

~This PR hopefully solve this error.~ Tested, this is the fix, here's my output:

diamant3@MSI:~/flatbuffers/build$ psp-pkg-config --libs --cflags flatbuffers
-I/usr/local/pspdev/psp/include -L/usr/local/pspdev/psp/lib -lflatbuffers

diamant3 avatar Sep 09 '24 04:09 diamant3

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

google-cla[bot] avatar Sep 09 '24 04:09 google-cla[bot]

Already signed the CLA. thanks.

diamant3 avatar Sep 10 '24 04:09 diamant3

This pull request is stale because it has been open 6 months with no activity. Please comment or label not-stale, or this will be closed in 14 days.

github-actions[bot] avatar Apr 14 '25 20:04 github-actions[bot]

This pull request was automatically closed due to no activity for 6 months plus the 14 day notice period.

github-actions[bot] avatar Apr 29 '25 20:04 github-actions[bot]