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 6f0b244 commit cf98f2a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions recipes/xorg-libxshmfence/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 cf98f2a

Please sign in to comment.