Skip to content

Commit

Permalink
fix copy_win_library
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuminjie committed Jan 5, 2021
1 parent 173970f commit 914ae99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openseespy-pip/build_pip.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def copy_win_library(pyd):
if os.path.exists(pyd):
if os.path.exists(win+'opensees.pyd'):
os.remove(win+'opensees.pyd')
shutil.copy(pyd, win)
shutil.copy(pyd, win)

def copy_mac_library(so):

Expand Down

0 comments on commit 914ae99

Please sign in to comment.