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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user