diff options
Diffstat (limited to 'o3d')
-rw-r--r-- | o3d/core/core.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/o3d/core/core.gyp b/o3d/core/core.gyp index 4250b09..63952282 100644 --- a/o3d/core/core.gyp +++ b/o3d/core/core.gyp @@ -14,7 +14,7 @@ '../../<(nacldir)', ], 'defines': [ - 'O3D_PLUGIN_VERSION="<!(python version_info.py --version)"', + 'O3D_PLUGIN_VERSION="<!(python ../plugin/version_info.py --version)"', ], 'conditions': [ ['renderer == "d3d9" and OS == "win"', |