diff options
Diffstat (limited to 'o3d/plugin/plugin.gyp')
-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 a5b2ff6..22894b1 100644 --- a/o3d/plugin/plugin.gyp +++ b/o3d/plugin/plugin.gyp @@ -214,7 +214,7 @@ }, }, ], - ['OS == "win" and (renderer == "d3d9" or renderer == "cb")', + ['OS == "win" and (renderer == "d3d9" or cb_service == "d3d9")', { 'link_settings': { 'libraries': [ |