You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
215 B
6 lines
215 B
3 years ago
|
build_freebsd_CC=clang
|
||
|
build_freebsd_CXX=clang++
|
||
|
|
||
|
build_freebsd_SHA256SUM = shasum -a 256
|
||
|
build_freebsd_DOWNLOAD = curl --location --fail --connect-timeout $(DOWNLOAD_CONNECT_TIMEOUT) --retry $(DOWNLOAD_RETRIES) -o
|