Skip to content

Commit

Permalink
(dbg) linking on windows requires to prepend with 'lib', how to do that?
Browse files Browse the repository at this point in the history
  • Loading branch information
MementoRC committed Dec 21, 2023
1 parent 5e03265 commit e6ad6a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ def run(self):

self.define = _build_clib.build_flags['define']

print(self)
return _build_ext.run(self)


Expand Down

0 comments on commit e6ad6a4

Please sign in to comment.