diff options
author | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-08 01:23:42 +0000 |
---|---|---|
committer | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-08 01:23:42 +0000 |
commit | 3bc33c64f33882fc24742315734f648584813601 (patch) | |
tree | bce798032b04e8b6d9370f83ba9b86183eeea258 /sandbox | |
parent | 4378a822c0f819edb40d6903a9fa363d7c72c84d (diff) | |
download | chromium_src-3bc33c64f33882fc24742315734f648584813601.zip chromium_src-3bc33c64f33882fc24742315734f648584813601.tar.gz chromium_src-3bc33c64f33882fc24742315734f648584813601.tar.bz2 |
Build fix: scons doesn't support hyphens in target names.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20111 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sandbox')
-rw-r--r-- | sandbox/sandbox.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/sandbox.gyp b/sandbox/sandbox.gyp index cfb6600..8124ea6 100644 --- a/sandbox/sandbox.gyp +++ b/sandbox/sandbox.gyp @@ -10,7 +10,7 @@ [ 'OS=="linux"', { 'targets': [ { - 'target_name': 'chrome-sandbox', + 'target_name': 'chrome_sandbox', 'type': 'executable', 'sources': [ 'linux/suid/sandbox.cc', |