fix nacl build using ninja
BUG=skia:2366 NOTREECHECKS=True NOTRY=True R=robertphillips@google.com TBR=robertphillips Author: epoger@google.com Review URL: https://codereview.chromium.org/225683005 git-svn-id: http://skia.googlecode.com/svn/trunk@14065 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
31db71dd59
commit
25595ed6e9
@ -334,7 +334,7 @@
|
||||
'SK_BUILD_FOR_NACL',
|
||||
],
|
||||
'variables': {
|
||||
'nacl_sdk_root': '<!(["echo", "${NACL_SDK_ROOT}"])',
|
||||
'nacl_sdk_root': '<!(echo ${NACL_SDK_ROOT})',
|
||||
},
|
||||
'link_settings': {
|
||||
'libraries': [
|
||||
|
Loading…
Reference in New Issue
Block a user