Specify a compiler for FreeBSD as modern releases use Clang

This commit is contained in:
Brad Smith
2022-10-23 06:31:09 -04:00
committed by Scott
parent 3f5cfe5591
commit 63eeb67335

View File

@@ -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