739ce79e21
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
12 lines
251 B
PkgConfig
12 lines
251 B
PkgConfig
prefix=/reloc
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: Prefix redefinition test
|
|
Description: Test pkg-config magic prefix redefinition
|
|
Version: 1.0.0
|
|
Requires:
|
|
Libs: -L${libdir} -lfoo
|
|
Cflags: -I${includedir}
|