summaryrefslogtreecommitdiffstats
path: root/sdch/sdch.xcodeproj/sdch_prebuild.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sdch/sdch.xcodeproj/sdch_prebuild.sh')
-rwxr-xr-xsdch/sdch.xcodeproj/sdch_prebuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdch/sdch.xcodeproj/sdch_prebuild.sh b/sdch/sdch.xcodeproj/sdch_prebuild.sh
index 8279bfd..e44c2f7 100755
--- a/sdch/sdch.xcodeproj/sdch_prebuild.sh
+++ b/sdch/sdch.xcodeproj/sdch_prebuild.sh
@@ -13,7 +13,7 @@ mkdir -p "${GENERATED_DIR}"
CONFIG_H_IN="$1"
if test "X${CONFIG_H_IN}" = "X"; then
- CONFIG_H_IN="open_vcdiff/depot/opensource/open-vcdiff/src/config.h.in"
+ CONFIG_H_IN="open-vcdiff/src/config.h.in"
fi
CONFIG_H="${GENERATED_DIR}/config.h"