mirror of
https://github.com/reactos/reactos.git
synced 2025-04-21 20:50:29 +00:00
[cmake]
fix for the fix thanks Alex for testing this should reduce testman log size by at least 500KB svn path=/trunk/; revision=55953
This commit is contained in:
parent
4beba5d550
commit
c1f93e68a9
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ add_compile_flags("-pipe -fms-extensions")
|
||||||
#file(TO_NATIVE_PATH ${REACTOS_SOURCE_DIR} REACTOS_SOURCE_DIR_NATIVE)
|
#file(TO_NATIVE_PATH ${REACTOS_SOURCE_DIR} REACTOS_SOURCE_DIR_NATIVE)
|
||||||
#workaround
|
#workaround
|
||||||
set(REACTOS_SOURCE_DIR_NATIVE ${REACTOS_SOURCE_DIR})
|
set(REACTOS_SOURCE_DIR_NATIVE ${REACTOS_SOURCE_DIR})
|
||||||
if (WIN32)
|
IF(${CMAKE_SYSTEM_NAME} MATCHES "Windows")
|
||||||
STRING(REPLACE "/" "\\" REACTOS_SOURCE_DIR_NATIVE ${REACTOS_SOURCE_DIR})
|
STRING(REPLACE "/" "\\" REACTOS_SOURCE_DIR_NATIVE ${REACTOS_SOURCE_DIR})
|
||||||
endif()
|
endif()
|
||||||
add_compile_flags("-fdebug-prefix-map=${REACTOS_SOURCE_DIR_NATIVE}=ReactOS")
|
add_compile_flags("-fdebug-prefix-map=${REACTOS_SOURCE_DIR_NATIVE}=ReactOS")
|
||||||
|
|
Loading…
Reference in a new issue