Skip to content

Commit

Permalink
add pkg config path to setup env
Browse files Browse the repository at this point in the history
  • Loading branch information
ltn-chriskennedy committed Apr 17, 2024
1 parent 9ae8c64 commit 32a0175
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/setup_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ GST_PLUGIN_PATH=$PREFIX/lib64/gstreamer-1.0
LD_LIBRARY_PATH=$PREFIX/lib64:$PREFIX/lib:$LD_LIBRARY_PATH
PATH=$PREFIX/bin:$PATH

# For pkg-config to find .pc files
export PKG_CONFIG_PATH=$PREFIX/lib64/pkgconfig:$PREFIX/lib/pkgconfig:$PKG_CONFIG_PATH

0 comments on commit 32a0175

Please sign in to comment.