mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-01 08:47:42 +00:00
[CMake] Fixing a typo
This was called out on the list a long time ago and just got pointed out to me again. Need to fix it before I forget. llvm-svn: 272201
This commit is contained in:
parent
b087e27002
commit
b6385a607e
@ -1,4 +1,4 @@
|
||||
function(llvm_create_cross_target_internal target_name toochain buildtype)
|
||||
function(llvm_create_cross_target_internal target_name toolchain buildtype)
|
||||
|
||||
if(NOT DEFINED LLVM_${target_name}_BUILD)
|
||||
set(LLVM_${target_name}_BUILD "${CMAKE_BINARY_DIR}/${target_name}")
|
||||
|
Loading…
x
Reference in New Issue
Block a user