CMake: Solve compilation error from path with a space
This commit is contained in:
@@ -1127,7 +1127,7 @@ if(UNIX AND NOT APPLE)
|
|||||||
|
|
||||||
if(WITH_LLVM OR WITH_SDL_DYNLOAD)
|
if(WITH_LLVM OR WITH_SDL_DYNLOAD)
|
||||||
# Fix for conflict with Mesa llvmpipe
|
# Fix for conflict with Mesa llvmpipe
|
||||||
set(PLATFORM_LINKFLAGS "${PLATFORM_LINKFLAGS} -Wl,--version-script=${CMAKE_SOURCE_DIR}/source/creator/blender.map")
|
set(PLATFORM_LINKFLAGS "${PLATFORM_LINKFLAGS} -Wl,--version-script='${CMAKE_SOURCE_DIR}/source/creator/blender.map'")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# OpenSuse needs lutil, ArchLinux not, for now keep, can avoid by using --as-needed
|
# OpenSuse needs lutil, ArchLinux not, for now keep, can avoid by using --as-needed
|
||||||
|
Reference in New Issue
Block a user