Commit 3bc33c64 authored by agl@chromium.org's avatar agl@chromium.org

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
parent 4378a822
......@@ -10,7 +10,7 @@
[ 'OS=="linux"', {
'targets': [
{
'target_name': 'chrome-sandbox',
'target_name': 'chrome_sandbox',
'type': 'executable',
'sources': [
'linux/suid/sandbox.cc',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment