summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorZeno Albisser <zeno.albisser@digia.com>2013-05-06 12:41:08 +0200
committerZeno Albisser <zeno@webkit.org>2013-05-06 12:54:46 +0200
commit1a859a99a9d1201c8b4916a4d87c9a70a200d028 (patch)
treef8d40563203976ee5a08e3847a3181dec11246fd /build
parent1c156f62525824c664c6524379dd86a128a9eff8 (diff)
Partially revert b14f507b353048feffe9710b6172e4a7bce74b4d
Changing the toplevel-dir does not work with libvpx's evil gyp files. The unpack_lib_posix.sh script fails. Therefore we cant use it for now.
Diffstat (limited to 'build')
-rwxr-xr-xbuild/gyp_blinq4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/gyp_blinq b/build/gyp_blinq
index 626201ff2..b5620a821 100755
--- a/build/gyp_blinq
+++ b/build/gyp_blinq
@@ -94,8 +94,8 @@ if __name__ == '__main__':
args.extend(['-D', 'webkit_src_dir=' + chrome_src + '/third_party/WebKit'])
# the top_level source directory is the first common ancestor of our module and the chromium source tree for the build to be sane.
- toplevel= os.path.commonprefix([root_dir, chrome_src])
- args.extend(["--toplevel-dir=" + toplevel])
+ # toplevel= os.path.commonprefix([root_dir, chrome_src])
+ # args.extend(["--toplevel-dir=" + toplevel])
# Chromium specific Hack: for Chromium to build, the depth has to be set to the chromium src dir.
args.extend(["--depth=" + chrome_src])
args.extend(['-D', 'chromium_src_dir=' + chrome_src])