Skip to content

hadrian: Don't add empty -I arguments

Ben Gamari requested to merge wip/hadrian/libffi-includes into master

Previously hadrian would add a -I$FfiIncludeDir flag to compiler invocations even if FfiIncludeDir was empty, resulting in compilation errors.

Edited by Ben Gamari

Merge request reports