summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-10-02 02:50:31 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2014-10-02 02:50:31 (GMT)
commitd93999bda52187c46c27504ed26516350046394a (patch)
tree4a591723766cff525fa8b707035e0b8370112134
parentf6a58163f3899038f40783d37a0a9d0b4e8dabdf (diff)
downloadmxe-d93999bda52187c46c27504ed26516350046394a.zip
mxe-d93999bda52187c46c27504ed26516350046394a.tar.gz
mxe-d93999bda52187c46c27504ed26516350046394a.tar.bz2
bullet-1-pkgconfig: improve patch for upstream submission
-rw-r--r--src/bullet-1-pkgconfig.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bullet-1-pkgconfig.patch b/src/bullet-1-pkgconfig.patch
index 235e57e..7b8dc52 100644
--- a/src/bullet-1-pkgconfig.patch
+++ b/src/bullet-1-pkgconfig.patch
@@ -8,7 +8,7 @@ See index.html for further information.
SET(INCLUDE_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/include/bullet/" CACHE PATH "The subdirectory to the header prefix")
SET(PKGCONFIG_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX}/pkgconfig/" CACHE STRING "Base directory for pkgconfig files")
- IF(NOT WIN32)
-+
++ IF(NOT MSVC)
CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/bullet.pc.cmake ${CMAKE_CURRENT_BINARY_DIR}/bullet.pc @ONLY)
INSTALL(
FILES
@@ -16,7 +16,7 @@ See index.html for further information.
DESTINATION
${PKGCONFIG_INSTALL_PREFIX})
- ENDIF(NOT WIN32)
-+
++ ENDIF(NOT MSVC)
ENDIF(INSTALL_LIBS)
#INSTALL of other files requires CMake 2.6