diff options
author | Timothy Gu <timothygu99@gmail.com> | 2015-07-09 04:23:40 (GMT) |
---|---|---|
committer | Timothy Gu <timothygu99@gmail.com> | 2015-07-09 04:24:36 (GMT) |
commit | 73eb32cbbf67c92c0c2ec1b5c0ef77425c278614 (patch) | |
tree | f032b9f3a8034a8611953b814b2ea45769752215 | |
parent | 18fafbeb985cebd769f2e321866f90edd17241db (diff) | |
download | mxe-73eb32cbbf67c92c0c2ec1b5c0ef77425c278614.zip mxe-73eb32cbbf67c92c0c2ec1b5c0ef77425c278614.tar.gz mxe-73eb32cbbf67c92c0c2ec1b5c0ef77425c278614.tar.bz2 |
rucksack: Disable shared builds
freeimage, one of its dependencies, is disabled onn shared targets.
-rw-r--r-- | src/rucksack.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rucksack.mk b/src/rucksack.mk index 3db9c8d..89c78b0 100644 --- a/src/rucksack.mk +++ b/src/rucksack.mk @@ -29,3 +29,4 @@ define $(PKG)_BUILD `'$(TARGET)-pkg-config' freeimage --cflags --libs` endef +$(PKG)_BUILD_SHARED = |