Use the current directory for the source files. Fixes mac builds.

Reviewed-by: jfdenise
This commit is contained in:
Kinsley Wong 2013-11-25 14:01:50 -08:00
parent c7a145ee9d
commit e476684f0b

View File

@ -4,7 +4,7 @@
},
'variables': {
'AVATAR_JS_HOME%': '<(AVATAR_JS_HOME%)',
'SRC%': '<(AVATAR_JS_HOME%)/out/<(target)/obj.target/avatar-js',
'SRC%': './out/<(target)/obj.target/avatar-js',
},
'target_defaults': {
'default_configuration': '<(target)',