Skip to content

Commit

Permalink
Minor edit
Browse files Browse the repository at this point in the history
  • Loading branch information
ehfd authored Sep 12, 2024
1 parent 80c934b commit 6b55aa3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions recipes/xorg-libxv/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ configure_args=(
--disable-silent-rules
)

if [[ "${CONDA_BUILD_CROSS_COMPILATION}" == "1" ]] ; then
configure_args+=(
--enable-malloc0returnsnull
)
fi
./configure "${configure_args[@]}"
make -j$CPU_COUNT
make install
Expand Down

0 comments on commit 6b55aa3

Please sign in to comment.