mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-12 18:26:17 +03:00
use cmake to set prefix, instead of DESTDIR env variable
This commit is contained in:
parent
89507d16e3
commit
9e5d597b4d
|
@ -24,7 +24,7 @@ install:
|
|||
|
||||
- "wget 'https://openjpeg.googlecode.com/files/openjpeg-2.0.0.tar.gz' -O /tmp/openjpeg-2.0.0.tar.gz"
|
||||
- "tar -C /tmp -xvzf /tmp/openjpeg-2.0.0.tar.gz"
|
||||
- "pushd /tmp/openjpeg-2.0.0 && cmake . && make && sudo DESTDIR=/usr make install && popd"
|
||||
- "pushd /tmp/openjpeg-2.0.0 && cmake -DCMAKE_INSTALL_PREFIX=/usr . && make && sudo make install && popd"
|
||||
|
||||
script:
|
||||
- python setup.py clean
|
||||
|
|
Loading…
Reference in New Issue
Block a user