The correct case of 'sdl' directory in gyp.
The 'sdl' directory is lower case, but the gyp files refer to it with upper case.
This commit is contained in:
parent
626e1ffe84
commit
c0c4d75da4
@ -65,7 +65,7 @@
|
||||
'../src/views/mac/skia_mac.mm',
|
||||
|
||||
# SDL
|
||||
'../src/views/SDL/SkOSWindow_SDL.cpp',
|
||||
'../src/views/sdl/SkOSWindow_SDL.cpp',
|
||||
|
||||
# *nix
|
||||
'../src/views/unix/SkOSWindow_Unix.cpp',
|
||||
@ -78,7 +78,7 @@
|
||||
|
||||
],
|
||||
'sources!' : [
|
||||
'../src/views/SDL/SkOSWindow_SDL.cpp',
|
||||
'../src/views/sdl/SkOSWindow_SDL.cpp',
|
||||
],
|
||||
'conditions': [
|
||||
[ 'skia_gpu == 1', {
|
||||
|
Loading…
Reference in New Issue
Block a user