diff options
| author | Todd Fiala <todd.fiala@gmail.com> | 2015-11-17 17:13:09 +0000 |
|---|---|---|
| committer | Todd Fiala <todd.fiala@gmail.com> | 2015-11-17 17:13:09 +0000 |
| commit | 090084193f2320c9bb0f7e901dc7fdfe65f205ef (patch) | |
| tree | 2190c3968f9f3f18e1a0c707521299ba0d09631d | |
| parent | 9af81570c7ef7a97d2f9bc3875b55280dd1ee888 (diff) | |
| download | bcm5719-llvm-090084193f2320c9bb0f7e901dc7fdfe65f205ef.tar.gz bcm5719-llvm-090084193f2320c9bb0f7e901dc7fdfe65f205ef.zip | |
Reinstate Xcode project usage of prepare_bindings.py, with new --find-swig option set.
llvm-svn: 253347
| -rw-r--r-- | lldb/lldb.xcodeproj/project.pbxproj | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lldb/lldb.xcodeproj/project.pbxproj b/lldb/lldb.xcodeproj/project.pbxproj index 5b7cc9a1590..174db60b528 100644 --- a/lldb/lldb.xcodeproj/project.pbxproj +++ b/lldb/lldb.xcodeproj/project.pbxproj @@ -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 */, @@ -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; |

