Skip to content

Commit

Permalink
Fix python dll snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
giotherobot authored Sep 25, 2024
1 parent b981add commit ec735da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/cmake-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ Furthermore, due to Python ignoring the directories in `PATH`, before running py
~~~python
import os
os.add_dll_directory(os.path.join(os.environ['ROBOTOLOGY_SUPERBUILD_INSTALL_PREFIX'], bin))
os.add_dll_directory(os.path.join(os.environ['ROBOTOLOGY_SUPERBUILD_INSTALL_PREFIX'], 'bin'))
~~~

see https://github.com/robotology/robotology-superbuild/issues/1268 for more details.
Expand Down

0 comments on commit ec735da

Please sign in to comment.