From bb9c325a153c6defd9b95af3fa04fec7b6819f1d Mon Sep 17 00:00:00 2001 From: olebeck <31539311+olebeck@users.noreply.github.com> Date: Sun, 22 Jun 2025 02:28:58 +0200 Subject: [PATCH] no PIE for vita --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index d1677011..1ecd8f21 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -68,6 +68,7 @@ endmacro() if(VITA) set(LIBRARY_TYPE "STATIC") + set(CMAKE_POSITION_INDEPENDENT_CODE OFF) list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake/modules") include(cmake/modules/pvr_psp2.cmake)