Skip to content

Fix dependencies of project when using Ninja

Jens Georg requested to merge jgeorg/fix-build-with-ninja into master

Ninja seems to have to know that the .a file is generated by the external build, otherwise it will not properly resolve the dependency

Merge request reports