mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-07 14:44:01 +00:00
Remove the try about forcing lib folder installation
This commit is contained in:
parent
efd6ddf5b6
commit
15465a1092
1 changed files with 1 additions and 2 deletions
|
|
@ -37,7 +37,6 @@ job-centos7-ninja-gcc:
|
|||
refs:
|
||||
- schedules
|
||||
variables:
|
||||
CMAKE_OPTIONS: -DCMAKE_INSTALL_LIBDIR=lib
|
||||
CMAKE_GENERATOR: Ninja
|
||||
CC: gcc
|
||||
CXX: g++
|
||||
|
|
@ -73,7 +72,7 @@ job-centos7-ninja-gcc-package:
|
|||
- $NIGHTLY_MASTER
|
||||
- $DEPLOY_LINUX
|
||||
variables:
|
||||
CMAKE_OPTIONS: -DENABLE_APP_PACKAGING=YES -DCMAKE_INSTALL_LIBDIR=lib
|
||||
CMAKE_OPTIONS: -DENABLE_APP_PACKAGING=YES
|
||||
CMAKE_GENERATOR: Ninja
|
||||
CC: gcc
|
||||
CXX: g++
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue