mirror of
https://github.com/devkitPro/wut.git
synced 2026-08-23 02:55:14 -05:00
wut.toolchain.cmake: Set pkg-config executable to dkp-libs/wiiu-pkg-config
This commit is contained in:
@@ -37,6 +37,9 @@ set(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY)
|
||||
set(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY)
|
||||
set(CMAKE_FIND_ROOT_PATH_MODE_PACKAGE ONLY)
|
||||
|
||||
# Set pkg-config for the same
|
||||
set(PKG_CONFIG_EXECUTABLE "${DEVKITPRO}/portlibs/wiiu/bin/powerpc-eabi-pkg-config")
|
||||
|
||||
# Find compilers
|
||||
find_program(DEVKITPPC_GCC NAMES powerpc-eabi-gcc HINTS "${DEVKITPPC}/bin")
|
||||
if(NOT DEVKITPPC_GCC)
|
||||
|
||||
Reference in New Issue
Block a user