Use the current directory for the source files. Fixes mac builds.
Reviewed-by: jfdenise
This commit is contained in:
parent
c7a145ee9d
commit
e476684f0b
@ -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)',
|
||||
|
Loading…
Reference in New Issue
Block a user