Skip to content

Commit

Permalink
vita.toolchain.cmake: cache pkg-config path
Browse files Browse the repository at this point in the history
  • Loading branch information
madebr authored and d3m3vilurr committed Jul 28, 2024
1 parent 61a943c commit c8d7d4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake_toolchain/vita.toolchain.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ set( BUILD_VITA True )
# where is the target environment
set( CMAKE_FIND_ROOT_PATH "${VITASDK}/bin" "${VITASDK}/arm-vita-eabi" "${CMAKE_INSTALL_PREFIX}" "${CMAKE_INSTALL_PREFIX}/share" )
set( CMAKE_INSTALL_PREFIX "${VITASDK}/arm-vita-eabi" CACHE PATH "default install path" )
set( PKG_CONFIG_EXECUTABLE "${VITASDK}/bin/arm-vita-eabi-pkg-config" )
set( PKG_CONFIG_EXECUTABLE "${VITASDK}/bin/arm-vita-eabi-pkg-config" CACHE PATH "Path of pkg-config executable" )

# only search for libraries and includes in vita toolchain
if( NOT CMAKE_FIND_ROOT_PATH_MODE_LIBRARY )
Expand Down

0 comments on commit c8d7d4f

Please sign in to comment.