diff options
Diffstat (limited to 'o3d/plugin')
-rw-r--r-- | o3d/plugin/plugin.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/o3d/plugin/plugin.gyp b/o3d/plugin/plugin.gyp index 819f2dd..78b29c3 100644 --- a/o3d/plugin/plugin.gyp +++ b/o3d/plugin/plugin.gyp @@ -95,7 +95,7 @@ ], }, ], - ['renderer == "gl"', + ['renderer == "gl" or cb_service == "gl"', { 'dependencies': [ '../build/libs.gyp:gl_libs', |