Skip to content

Commit

Permalink
Specify a compiler for FreeBSD as modern releases use Clang
Browse files Browse the repository at this point in the history
  • Loading branch information
brad0 authored and sr55 committed Oct 25, 2022
1 parent 3f5cfe5 commit 63eeb67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/docs/en/latest/developer/build-bsd.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Build HandBrake. To enable experimental support for Intel Quick Sync Video, appe

For FreeBSD

./configure --launch-jobs=$(sysctl -n hw.ncpu) --launch
env CC=cc ./configure --launch-jobs=$(sysctl -n hw.ncpu) --launch

For NetBSD

Expand Down

0 comments on commit 63eeb67

Please sign in to comment.