1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-11 11:08:02 -06:00

macOS/FreeBSD: add missing GCC_GTEQ_440 define in Makefile

This commit is contained in:
Mounir IDRASSI
2025-05-18 17:39:41 +09:00
parent d4c8add9c4
commit 4b6e1a2309

View File

@@ -320,6 +320,7 @@ $(error Specified SDK version was not found, ensure your active developer direct
CC := gcc
CXX := g++
GCC_GTEQ_440 := 1
GCC_GTEQ_430 := 1
GCC_GTEQ_500 := 1
@@ -429,6 +430,7 @@ ifeq "$(shell uname -s)" "FreeBSD"
CC := cc
CXX := c++
GCC_GTEQ_440 := 1
GCC_GTEQ_430 := 1
GCC_GTEQ_500 := 1
@@ -492,6 +494,7 @@ ifeq "$(shell uname -s)" "OpenBSD"
CC := cc
CXX := c++
GCC_GTEQ_440 := 1
GCC_GTEQ_430 := 1
GCC_GTEQ_500 := 1