Skip to content

Commit

Permalink
Reinstate Xcode project usage of prepare_bindings.py, with new --find…
Browse files Browse the repository at this point in the history
…-swig option set.

llvm-svn: 253347
  • Loading branch information
tfiala committed Nov 17, 2015
1 parent 9af8157 commit 0900841
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lldb/lldb.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -5984,7 +5984,7 @@
isa = PBXNativeTarget;
buildConfigurationList = 2668020B115FD0EE008E1FE4 /* Build configuration list for PBXNativeTarget "LLDB" */;
buildPhases = (
26DC6A5813380D4300FF7998 /* Build swig wrapper classes */,
26DC6A5813380D4300FF7998 /* Prepare Swig Bindings */,
26680202115FD0ED008E1FE4 /* Headers */,
26680203115FD0ED008E1FE4 /* Resources */,
26680204115FD0ED008E1FE4 /* Sources */,
Expand Down Expand Up @@ -6214,19 +6214,19 @@
shellPath = /bin/sh;
shellScript = "perl $SRCROOT/scripts/build-llvm.pl";
};
26DC6A5813380D4300FF7998 /* Build swig wrapper classes */ = {
26DC6A5813380D4300FF7998 /* Prepare Swig Bindings */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "Build swig wrapper classes";
name = "Prepare Swig Bindings";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "$SRCROOT/scripts/build-swig-wrapper-classes.sh $SRCROOT $TARGET_BUILD_DIR $CONFIGURATION_BUILD_DIR \"\"\n";
shellPath = /bin/bash;
shellScript = "/usr/bin/python $SRCROOT/scripts/prepare_bindings.py --find-swig --framework --src-root $SRCROOT --target-dir $TARGET_BUILD_DIR --config-build-dir $CONFIGURATION_BUILD_DIR --swig-executable `which swig`";
};
4959511A1A1ACE9500F6F8FC /* Install Clang compiler headers */ = {
isa = PBXShellScriptBuildPhase;
Expand Down

0 comments on commit 0900841

Please sign in to comment.