Skip to content

Commit 63eeb67

Browse files
brad0sr55
authored andcommitted
Specify a compiler for FreeBSD as modern releases use Clang
1 parent 3f5cfe5 commit 63eeb67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/docs/en/latest/developer/build-bsd.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Build HandBrake. To enable experimental support for Intel Quick Sync Video, appe
3636

3737
For FreeBSD
3838

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

4141
For NetBSD
4242

0 commit comments

Comments
 (0)