Skip to content

Commit

Permalink
Added missing new variable
Browse files Browse the repository at this point in the history
  • Loading branch information
modelonrobinandersson authored Oct 26, 2023
1 parent ca95eee commit c06e1d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,8 @@ def check_extensions():
shutil.copy2('CHANGELOG', os.path.join('src', 'pyfmi', 'CHANGELOG'))
except Exception:
pass
extra_package_data = ['*fmilib_shared*'] if sys.platform.startswith("win") else []
extra_package_data += ['libgcc_s_dw2-1.dll'] if copy_gcc_lib else []

from numpy.distutils.core import setup
setup(name=NAME,
Expand Down

0 comments on commit c06e1d4

Please sign in to comment.