Skip to content
Snippets Groups Projects
Commit ab71c4bd authored by Christian Dreher's avatar Christian Dreher
Browse files

Merge branch '380-azurekinect-runtime-problems' into 'main'

deps/azure-kinect/*: Re-export LD_LIBRARY_PATH to prevent common issues until shims are distributed

Closes #380

See merge request !845
parents 27d96021 8838de45
No related branches found
No related tags found
1 merge request!845deps/azure-kinect/*: Re-export LD_LIBRARY_PATH to prevent common issues until shims are distributed
Pipeline #22578 passed with warnings
......@@ -11,7 +11,7 @@
},
"install": {
"#env": {
"env": {
"LD_LIBRARY_PATH": "$MODULE_PATH/libk4a1.4_1.4.1_amd64/usr/lib/x86_64-linux-gnu:$MODULE_PATH/libk4a1.4_1.4.1_amd64/usr/lib/x86_64-linux-gnu/libk4a1.4:$LD_LIBRARY_PATH"
}
}
......
......@@ -63,6 +63,7 @@
"cmake": {},
"env": {
"k4a_DIR": "$MODULE_PATH/build/install/lib/cmake/k4a",
"LD_LIBRARY_PATH": "$MODULE_PATH:$LD_LIBRARY_PATH",
"k4arecord_DIR": "$MODULE_PATH/build/install/lib/cmake/k4arecord"
},
"executables": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment