Skip to content

Commit

Permalink
minor tweak to Makefile to avoid requiring cython to build
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen L. <lrq3000@gmail.com>
  • Loading branch information
lrq3000 committed Jan 6, 2021
1 parent e54a629 commit 4dc7763
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 @@ -95,7 +95,7 @@ install:
build:
@+make prebuildclean
@+make testsetup
@+python setup.py sdist bdist_wheel
@+python setup.py sdist bdist_wheel --nocython
# @+python setup.py bdist_wininst # comment this out if you are not on Windows
pymake testsetuppost # @+make does not work here, dunno why

Expand Down

0 comments on commit 4dc7763

Please sign in to comment.