flatbuffers
flatbuffers copied to clipboard
Add `prefix` in pkg-config file
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
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.
Already signed the CLA. thanks.
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.
This pull request was automatically closed due to no activity for 6 months plus the 14 day notice period.