Skip to content

Commit

Permalink
Merge pull request #1721 from giotherobot/patch-2
Browse files Browse the repository at this point in the history
Fix python dll snippet
  • Loading branch information
traversaro authored Sep 25, 2024
2 parents b981add + ec735da commit 25b7b25
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 25b7b25

Please sign in to comment.