summaryrefslogtreecommitdiffstats
path: root/o3d/documentation/build_docs.py
diff options
context:
space:
mode:
Diffstat (limited to 'o3d/documentation/build_docs.py')
-rwxr-xr-xo3d/documentation/build_docs.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/o3d/documentation/build_docs.py b/o3d/documentation/build_docs.py
index cc531a6..940f55f 100755
--- a/o3d/documentation/build_docs.py
+++ b/o3d/documentation/build_docs.py
@@ -163,7 +163,7 @@ def RunNixysa(idl_files, generate, output_dir, nixysa_options):
python_exe = 'python'
Execute([
python_exe,
- MakePath('../third_party/nixysa/files/codegen.py'),
+ MakePath('../third_party/nixysa/codegen.py'),
'--binding-module=o3d:%s' % MakePath('../plugin/o3d_binding.py'),
'--generate=' + generate,
'--force',
@@ -359,4 +359,3 @@ def main():
if __name__ == '__main__':
main()
-