diff options
Diffstat (limited to 'Modules/Platform')
-rw-r--r-- | Modules/Platform/Generic-SDCC-C.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/Platform/Generic-SDCC-C.cmake b/Modules/Platform/Generic-SDCC-C.cmake index 37eb0d6..91b5de7 100644 --- a/Modules/Platform/Generic-SDCC-C.cmake +++ b/Modules/Platform/Generic-SDCC-C.cmake @@ -36,7 +36,7 @@ SET(CMAKE_C_LINK_EXECUTABLE "<CMAKE_C_COMPILER> <FLAGS> <OBJECTS> -o <TARGET> < # needs sdcc 2.7.0 + sddclib from cvs SET(CMAKE_C_CREATE_STATIC_LIBRARY - "${CMAKE_COMMAND} -E remove <TARGET>" + "\"${CMAKE_COMMAND}\" -E remove <TARGET>" "<CMAKE_AR> -a <TARGET> <LINK_FLAGS> <OBJECTS> ") # not supported by sdcc |