summaryrefslogtreecommitdiffhomepage
path: root/vars/pkgconf_host.vars
diff options
context:
space:
mode:
Diffstat (limited to 'vars/pkgconf_host.vars')
-rw-r--r--vars/pkgconf_host.vars3
1 files changed, 1 insertions, 2 deletions
diff --git a/vars/pkgconf_host.vars b/vars/pkgconf_host.vars
index 9f73c7f6..b3923a26 100644
--- a/vars/pkgconf_host.vars
+++ b/vars/pkgconf_host.vars
@@ -14,8 +14,7 @@ fi;
if [ "\${#}" -eq 1 ]\
&& [ "x\${1}" = "x--version" ]; then
"\$(dirname "\${0}")"/pkgconf --version;
-
-else
+else
"\$(dirname "\${0}")"/pkgconf --define-variable=prefix="\${PREFIX_NATIVE%/}/" --keep-system-cflags "\${@}";
fi;
EOF