mirror of
https://github.com/reactos/reactos.git
synced 2025-04-19 20:19:26 +00:00
[CMAKE]
* I left setting CMAKE_AR out of the condition. Fix this. svn path=/trunk/; revision=52056
This commit is contained in:
parent
36bc23ba03
commit
f835168ac7
1 changed files with 1 additions and 1 deletions
|
@ -35,8 +35,8 @@ set(CMAKE_RC_COMPILER ${MINGW_PREFIX}windres)
|
|||
set(CMAKE_ASM_COMPILER ${MINGW_PREFIX}gcc)
|
||||
set(CMAKE_ASM_COMPILE_OBJECT "<CMAKE_ASM_COMPILER> -x assembler-with-cpp -o <OBJECT> -I${REACTOS_SOURCE_DIR}/include/asm -I${REACTOS_BINARY_DIR}/include/asm <FLAGS> <DEFINES> -D__ASM__ -c <SOURCE>")
|
||||
|
||||
set(CMAKE_AR ${MINGW_PREFIX}ar)
|
||||
if(NOT CMAKE_HOST_SYSTEM_NAME MATCHES Windows)
|
||||
set(CMAKE_AR ${MINGW_PREFIX}ar)
|
||||
set(CMAKE_C_CREATE_STATIC_LIBRARY "${CMAKE_AR} crs <TARGET> <LINK_FLAGS> <OBJECTS>")
|
||||
set(CMAKE_CXX_CREATE_STATIC_LIBRARY ${CMAKE_C_CREATE_STATIC_LIBRARY})
|
||||
set(CMAKE_ASM_CREATE_STATIC_LIBRARY ${CMAKE_C_CREATE_STATIC_LIBRARY})
|
||||
|
|
Loading…
Reference in a new issue