Skip to content

Commit

Permalink
add destdir for libiio installation
Browse files Browse the repository at this point in the history
Signed-off-by: Trecia Agoylo <trecia.agoylo@analog.com>
  • Loading branch information
tagoylo committed Jan 13, 2025
1 parent 669b938 commit bc1cb5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sdg/Gauntlet.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -1717,7 +1717,7 @@ private def install_libiio() {
{
sh 'cmake .. -DPYTHON_BINDINGS=ON -DWITH_SERIAL_BACKEND=ON -DHAVE_DNS_SD=OFF'
sh 'make'
sh 'sudo make install'
sh 'sudo make DESTDIR={$gauntEnv.nebula_config_path} install'
sh 'ldconfig'
// install python bindings
dir('bindings/python'){
Expand Down

0 comments on commit bc1cb5d

Please sign in to comment.