Fixed build issue
Could't install howdy yesterday. Turns out the --yes option has been removed. Removing --yes from pkgbuild allowed me to install
This commit is contained in:
parent
3a09d4c629
commit
004acbc2a3
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ package() {
|
|||
|
||||
# Installing dlib with GPU
|
||||
cd dlib_clone
|
||||
python3 setup.py install --yes USE_AVX_INSTRUCTIONS --no DLIB_USE_CUDA --root="$pkgdir/" --optimize=1 --skip-build
|
||||
python3 setup.py install --no DLIB_USE_CUDA --root="$pkgdir/" --optimize=1 --skip-build
|
||||
cd ..
|
||||
|
||||
# Installing pam-python
|
||||
|
|
|
|||
Loading…
Reference in a new issue