mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 21:43:09 +00:00
makefile - unreverted Zooko's change to setup.py, this originally was to see if it was causing the build to create a non-running installer on windows, but it wasn't the problem.
This commit is contained in:
parent
10d3ea5045
commit
0830469234
@ -101,7 +101,7 @@ src/allmydata/_version.py:
|
||||
build: src/allmydata/_version.py
|
||||
mkdir -p "$(SUPPORTLIB)"
|
||||
PYTHONPATH="$(PYTHONPATH)$(PATHSEP)$(SUPPORTLIB)$(PATHSEP)" \
|
||||
$(PYTHON) ./setup.py develop install --prefix="$(SUPPORT)"
|
||||
$(PYTHON) ./setup.py develop --prefix="$(SUPPORT)"
|
||||
chmod +x bin/tahoe
|
||||
touch .built
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user