mirror of https://github.com/libsdl-org/SDL
Remove pkg-config prefix hack
This commit is contained in:
parent
e5cbe7cf7a
commit
4708c6bb96
|
@ -2249,15 +2249,7 @@ if(NOT CMAKE_HOST_WIN32)
|
||||||
endif()
|
endif()
|
||||||
if(NOT WINDOWS OR CYGWIN)
|
if(NOT WINDOWS OR CYGWIN)
|
||||||
|
|
||||||
if(VITA)
|
set(prefix ${CMAKE_INSTALL_PREFIX})
|
||||||
if(DOLCESDK)
|
|
||||||
set(prefix "\${DOLCESDK}/arm-dolce-eabi")
|
|
||||||
else()
|
|
||||||
set(prefix "\${VITASDK}/arm-vita-eabi")
|
|
||||||
endif()
|
|
||||||
else()
|
|
||||||
set(prefix ${CMAKE_INSTALL_PREFIX})
|
|
||||||
endif()
|
|
||||||
|
|
||||||
set(exec_prefix "\${prefix}")
|
set(exec_prefix "\${prefix}")
|
||||||
set(libdir "\${exec_prefix}/lib${LIB_SUFFIX}")
|
set(libdir "\${exec_prefix}/lib${LIB_SUFFIX}")
|
||||||
|
|
Loading…
Reference in New Issue