mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
7 lines
238 B
Makefile
7 lines
238 B
Makefile
build_openbsd_CC = clang
|
|
build_openbsd_CXX = clang++
|
|
|
|
build_openbsd_SHA256SUM = sha256
|
|
build_openbsd_DOWNLOAD = curl --location --fail --connect-timeout $(DOWNLOAD_CONNECT_TIMEOUT) --retry $(DOWNLOAD_RETRIES) -o
|
|
|
|
build_openbsd_TAR = gtar
|