Skip to content

Commit

Permalink
python: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
aquynh committed Jan 15, 2018
1 parent 85b268c commit 9e6605b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bindings/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ def build_libraries():
# only copy static library if it exists (it's a build option)
if STATIC_LIBRARY_FILE and os.path.exists(STATIC_LIBRARY_FILE):
shutil.copy(STATIC_LIBRARY_FILE, LIBS_DIR)
shutil.copy(LIBRARY_FILE, LIBS_DIR)
os.chdir(cwd)


Expand Down

0 comments on commit 9e6605b

Please sign in to comment.