mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
[CMake] s/LLVM_SOURCE_DIR/LLVM_MAIN_SRC_DIR/
Fix-up for r247305 to use the right variable. There's another use of LLVM_SOURCE_DIR in this file that is probably also questionable, but it's for Windows so I'm going to leave it alone. llvm-svn: 247311
This commit is contained in:
parent
29b0153129
commit
e4e9a1db02
@ -593,7 +593,7 @@ macro(add_llvm_executable name)
|
||||
if(XCODE)
|
||||
# Note: the dummy.cpp source file provides no definitions. However,
|
||||
# it forces Xcode to properly link the static library.
|
||||
list(APPEND ALL_FILES "${LLVM_SOURCE_DIR}/cmake/dummy.cpp")
|
||||
list(APPEND ALL_FILES "${LLVM_MAIN_SRC_DIR}/cmake/dummy.cpp")
|
||||
endif()
|
||||
|
||||
if( EXCLUDE_FROM_ALL )
|
||||
|
Loading…
x
Reference in New Issue
Block a user