mirror of
https://github.com/pspdev/pspsdk.git
synced 2025-12-23 20:22:40 +00:00
Clean up setting pkg-config executable
I found out the cache part wasn't needed.
This commit is contained in:
@@ -22,7 +22,7 @@ SET(CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER)
|
||||
SET(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY)
|
||||
SET(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY)
|
||||
|
||||
SET(PKG_CONFIG_EXECUTABLE "${PSPDEV}/bin/psp-pkg-config" CACHE PATH "psp-pkg-config executable")
|
||||
SET(PKG_CONFIG_EXECUTABLE "${PSPDEV}/bin/psp-pkg-config")
|
||||
|
||||
## Add Default PSPSDK Libraries according to build.mak and add stdc++ for C++ builds so this doesn't need to be done manually later
|
||||
include_directories(${PSPDEV}/psp/include ${PSPDEV}/psp/sdk/include)
|
||||
|
||||
Reference in New Issue
Block a user