mirror of
https://github.com/Heleguo/lede.git
synced 2026-01-04 11:53:33 +00:00
9 lines
226 B
Bash
Executable File
9 lines
226 B
Bash
Executable File
#!/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" "$@"
|