mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2026-06-22 04:22:40 -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
|
CC := cc
|
||||||
CXX := c++
|
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_440 := 1
|
||||||
GCC_GTEQ_430 := 1
|
GCC_GTEQ_430 := 1
|
||||||
GCC_GTEQ_470 := 1
|
GCC_GTEQ_470 := 1
|
||||||
|
|||||||
Reference in New Issue
Block a user