Skip to content

Commit

Permalink
Fix Conda
Browse files Browse the repository at this point in the history
  • Loading branch information
ehfd authored Aug 12, 2024
1 parent db7842d commit 8bab0e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/conda/build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ mkdir -pm755 build
pushd build

export XDG_DATA_DIRS="${XDG_DATA_DIRS+${XDG_DATA_DIRS}:}${PREFIX}/share:${BUILD_PREFIX}/share"
export PKG_CONFIG_PATH="${PKG_CONFIG_PATH+${PKG_CONFIG_PATH}:}${BUILD_PREFIX}/lib/pkgconfig:${BUILD_PREFIX}/lib/pkgconfig"
export PKG_CONFIG_PATH="${PKG_CONFIG_PATH+${PKG_CONFIG_PATH}:}${PREFIX}/lib/pkgconfig:${BUILD_PREFIX}/lib/pkgconfig"
export PKG_CONFIG="${BUILD_PREFIX}/bin/pkgconfig"

# Build and install GStreamer
Expand Down

0 comments on commit 8bab0e5

Please sign in to comment.