Initial commit
This commit is contained in:
8
tools/pkgconf/files/pkg-config
Executable file
8
tools/pkgconf/files/pkg-config
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
pkg-config.real \
|
||||
--keep-system-cflags \
|
||||
--keep-system-libs \
|
||||
--define-variable=prefix="${STAGING_PREFIX}" \
|
||||
--define-variable=exec_prefix="${STAGING_PREFIX}" \
|
||||
--define-variable=bindir="${STAGING_PREFIX}/bin" "$@"
|
||||
Reference in New Issue
Block a user