diff options
Diffstat (limited to 'make/include/main.defs')
-rw-r--r-- | make/include/main.defs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/make/include/main.defs b/make/include/main.defs index 90891664e..3228593ba 100644 --- a/make/include/main.defs +++ b/make/include/main.defs @@ -40,6 +40,10 @@ ifneq (,$(filter $(BUILD.system),cygwin mingw)) MODULES += contrib/zlib endif +ifneq (,$(filter $(BUILD.system),solaris)) + MODULES += contrib/libiconv +endif + ## these must come after contrib since some contrib modules are optional MODULES += libhb |