diff options
author | Yuichiro NAITO <[email protected]> | 2017-12-25 16:13:30 +0900 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2018-01-13 00:03:39 -0500 |
commit | 560decf6c790ca1d543a216ed859d3ff6bb5f542 (patch) | |
tree | 6cbf718e79a8527e0351872982e8b05ace9e57cf /make/variant/freebsd.defs | |
parent | c47b8f5ab8a049eda618462802ecce72bc4f6a57 (diff) |
build: Add FreeBSD support.
Closes #1076.
Diffstat (limited to 'make/variant/freebsd.defs')
-rw-r--r-- | make/variant/freebsd.defs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/make/variant/freebsd.defs b/make/variant/freebsd.defs index 251debcf4..f575c8bed 100644 --- a/make/variant/freebsd.defs +++ b/make/variant/freebsd.defs @@ -1,5 +1,7 @@ TARGET.dylib.ext = .so +GCC.D = LIBICONV_PLUG + GCC.args.dylib = -shared GCC.args.pic = 1 |