diff options
Diffstat (limited to 'o3d/core/core.gyp')
-rw-r--r-- | o3d/core/core.gyp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/o3d/core/core.gyp b/o3d/core/core.gyp index 47aff60..4250b09 100644 --- a/o3d/core/core.gyp +++ b/o3d/core/core.gyp @@ -13,6 +13,9 @@ '../../<(gtestdir)', '../../<(nacldir)', ], + 'defines': [ + 'O3D_PLUGIN_VERSION="<!(python version_info.py --version)"', + ], 'conditions': [ ['renderer == "d3d9" and OS == "win"', { |