-
-
Notifications
You must be signed in to change notification settings - Fork 335
Description
When I try to run ./spc build ffi,mbstring,sodium --build-micro -I "ffi.enable=true" I get the following error:
[CRIT] Source [pkg-config] not downloaded or not locked, you should download it first !
There are no instructions in the documentation on how/where I should download the source. I tryied cloning the repository into source folder, tried adding the binary to buildroot/bin, but nothing worked.
I tried to use the GitHub Actions built micro, but I get the following error when trying to execute:
Fatal error: Uncaught FFI\Exception: FFI API is restricted by "ffi.enable" configuration directive
I assume it's because ffi.enable needs to be true instead of preload, but I'm unnable to set it without building it myself, and I'm unnable to build it, unfortunately.