Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoltan Varga <vargaz@gmail.com>2018-04-18 05:25:26 +0300
committerLudovic Henry <luhenry@microsoft.com>2018-04-18 05:25:26 +0300
commit356dd453e8b2a173069f59ee1962a6613f4e4bad (patch)
tree2beff28fb49cdeab4b09f7ed5ad9057aa32f8755 /sdks/builds/ios.mk
parentd6072d75549d7150ebc28f7397175e76ebf78762 (diff)
[sdks] Use the same directories for the downloaded and built llvm. (#8295)
Diffstat (limited to 'sdks/builds/ios.mk')
-rw-r--r--sdks/builds/ios.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdks/builds/ios.mk b/sdks/builds/ios.mk
index 9c658015aca..012ede6ce06 100644
--- a/sdks/builds/ios.mk
+++ b/sdks/builds/ios.mk
@@ -306,7 +306,7 @@ ifndef IGNORE_PACKAGE_LLVM
build-ios-llvm: .stamp-ios-llvm-$(LLVM_HASH)
-clean-ios-llvm:
+clean-ios-llvm: clean-llvm-llvm32 clean-llvm-llvm64
$(RM) -rf ../out/ios-llvm64 ../out/ios-llvm32 .stamp-ios-llvm-$(LLVM_HASH)
else