1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2026-06-17 01:56:10 -05:00

FreeBSD: link static wx builds with iconv

This commit is contained in:
Mounir IDRASSI
2026-05-31 18:13:58 +09:00
parent 45ed8aba8f
commit 5407a581ac
+5
View File
@@ -434,6 +434,11 @@ ifeq "$(shell uname -s)" "FreeBSD"
CC := cc
CXX := c++
ifdef VC_WX_STATIC
# wx-config may omit libiconv for base-only static wxWidgets builds.
LFLAGS += -liconv
endif
GCC_GTEQ_440 := 1
GCC_GTEQ_430 := 1
GCC_GTEQ_470 := 1