Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks committed Jan 8, 2024
1 parent 52f307d commit 77ad525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bind/python/pyiguana/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
'includedir': pkgconfig.variables(pkg)['includedir'],
'libdir': pkgconfig.variables(pkg)['libdir'],
}
print(f'DEBUG: pyiguana - add package {pkg}: {pkginfo}')
print(f'DEBUG: pyiguana - add package {pkg}: {pkg_info}')
cppyy.add_include_path(pkg_info['includedir'])
cppyy.add_library_path(pkg_info['libdir'])

Expand Down

0 comments on commit 77ad525

Please sign in to comment.