Skip to content

Commit

Permalink
Merge pull request #628 from nikmartin/linuxBuild
Browse files Browse the repository at this point in the history
remove 'm' from SO var on Linux and OSX
  • Loading branch information
arsenetar authored Mar 5, 2020
2 parents 98c6f12 + bd0f53b commit c4a6958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ifeq ($(shell ${PYTHON} -c "import platform; print(platform.system())"), Windows
VENV_OPTIONS =
else
BIN = bin
SO = cpython-3$(PYTHON_VERSION_MINOR)m*.so
SO = cpython-3$(PYTHON_VERSION_MINOR)*.so
VENV_OPTIONS = --system-site-packages
endif

Expand Down

0 comments on commit c4a6958

Please sign in to comment.