Specify the input & output results of the "Prepare Swig Bindings"
shell script phase to aid build systems.
<rdar://problem/34751196>
llvm-svn: 315123
diff --git a/lldb/lldb.xcodeproj/project.pbxproj b/lldb/lldb.xcodeproj/project.pbxproj
index 7235289..55af87f 100644
--- a/lldb/lldb.xcodeproj/project.pbxproj
+++ b/lldb/lldb.xcodeproj/project.pbxproj
@@ -7102,9 +7102,11 @@
files = (
);
inputPaths = (
+ "$(SRCROOT)/scripts/Python/static-binding/LLDBWrapPython.cpp",
);
name = "Prepare Swig Bindings";
outputPaths = (
+ "$(BUILT_PRODUCTS_DIR)/LLDBWrapPython.cpp",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/bash;