diff options
author | Tony Theodore <tonyt@logyst.com> | 2014-04-06 13:18:15 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2014-04-06 13:18:24 (GMT) |
commit | 8de0584a232745fc82f94bf1197662e656ae3898 (patch) | |
tree | f8b09920e492c1e3b0c4cb07d54977d3b54f0390 /src/ocaml-flexdll.mk | |
parent | 5ec92f70eeed62a876ab1f4757700fb5ea81f51d (diff) | |
download | mxe-8de0584a232745fc82f94bf1197662e656ae3898.zip mxe-8de0584a232745fc82f94bf1197662e656ae3898.tar.gz mxe-8de0584a232745fc82f94bf1197662e656ae3898.tar.bz2 |
many packages: explicitly disable shared builds
closes #369
Diffstat (limited to 'src/ocaml-flexdll.mk')
-rw-r--r-- | src/ocaml-flexdll.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ocaml-flexdll.mk b/src/ocaml-flexdll.mk index d977ee8..c23a54d 100644 --- a/src/ocaml-flexdll.mk +++ b/src/ocaml-flexdll.mk @@ -41,3 +41,5 @@ define $(PKG)_BUILD endef $(PKG)_BUILD_x86_64-w64-mingw32 = + +$(PKG)_BUILD_SHARED = |