diff options
author | maruel@google.com <maruel@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-13 01:39:05 +0000 |
---|---|---|
committer | maruel@google.com <maruel@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-13 01:39:05 +0000 |
commit | 60bf8fa69c1fe068ff8db444e98fd110e6e4b4e3 (patch) | |
tree | 8b00ac3b499e09320b1c0f80b0363a7c8ad07ecf /webkit/build | |
parent | 012d2fb0a5e0ae21a9970ff553e92101a2268ae0 (diff) | |
download | chromium_src-60bf8fa69c1fe068ff8db444e98fd110e6e4b4e3.zip chromium_src-60bf8fa69c1fe068ff8db444e98fd110e6e4b4e3.tar.gz chromium_src-60bf8fa69c1fe068ff8db444e98fd110e6e4b4e3.tar.bz2 |
Fix cygwin posix access control emulation on Vista. It's broken.
Review URL: http://codereview.chromium.org/3033
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2160 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/build')
-rw-r--r-- | webkit/build/V8Bindings/prebuild.bat | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/webkit/build/V8Bindings/prebuild.bat b/webkit/build/V8Bindings/prebuild.bat index fd30d03..de43b15 100644 --- a/webkit/build/V8Bindings/prebuild.bat +++ b/webkit/build/V8Bindings/prebuild.bat @@ -11,6 +11,9 @@ set PATH=%CYGWIN_ROOT%bin;%GNU_ROOT%;%SystemRoot%;%SystemRoot%\system32 :: Ensure that the cygwin mount points are defined CALL %CYGWIN_ROOT%setup_mount.bat > NUL +:: Fix file access on vista: without this flag, the files may not be accessible. +set CYGWIN=nontsec + :: Copy files that the V8 bindings share with the KJS bindings. call copy_files.bat %IntDir%\SharedSources |