mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-07-28 11:48:53 +00:00
fix: building monado with proper flags to get around LD_ vars getting cleared when setting capabilities
This commit is contained in:
parent
ec6c7f447d
commit
47d7a7a629
1 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,8 @@ export PKG_CONFIG_PATH="${PREFIX}/lib/pkgconfig"
|
|||
cmake -DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_LIBDIR="${PREFIX}/lib" \
|
||||
-DCMAKE_INSTALL_PREFIX="${PREFIX}" \
|
||||
-DCMAKE_C_FLAGS="-Wl,-rpath ${PREFIX}/lib" \
|
||||
-DCMAKE_CXX_FLAGS="-Wl,-rpath ${PREFIX}/lib" \
|
||||
..
|
||||
make clean
|
||||
make -j$(nproc)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue