Neal Gompa
596cb8d010
PkgConf supports pretending to be pkgconfig(1) for cross-target toolchains through the use of personality files. By using this method, we can drop mingw-pkg-config and consistently use native tools for discovery and toolchain configuration for cross-compilation.
7 lines
359 B
Plaintext
7 lines
359 B
Plaintext
# MinGW 32-bit x86 Windows target
|
|
Triplet: i686-w64-mingw32
|
|
SysrootDir: /usr/i686-w64-mingw32/sys-root/mingw
|
|
DefaultSearchPaths: /usr/i686-w64-mingw32/sys-root/mingw/lib/pkgconfig:/usr/i686-w64-mingw32/sys-root/mingw/share/pkgconfig
|
|
SystemIncludePaths: /usr/i686-w64-mingw32/sys-root/mingw/include
|
|
SystemLibraryPaths: /usr/i686-w64-mingw32/sys-root/mingw/lib
|