diff options
author | Tony Theodore <tonyt@logyst.com> | 2017-07-25 05:45:00 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2017-07-25 05:45:00 (GMT) |
commit | d5acb5a3ec0252900847e5d2f5444d4ba51e2f24 (patch) | |
tree | b5ad39dbea5bd643bea6094ae221ecc86d770905 /plugins | |
parent | 54370c2963e7082dd2e211896af8ca0bfd3c9fd4 (diff) | |
download | mxe-d5acb5a3ec0252900847e5d2f5444d4ba51e2f24.zip mxe-d5acb5a3ec0252900847e5d2f5444d4ba51e2f24.tar.gz mxe-d5acb5a3ec0252900847e5d2f5444d4ba51e2f24.tar.bz2 |
add libtool dep for native packages using autotools
Partially built autotools suite can cause race condition
when plugins/native is included
fixes #1851
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/native/libtool.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/native/libtool.mk b/plugins/native/libtool.mk index d4ee284..e183cb4 100644 --- a/plugins/native/libtool.mk +++ b/plugins/native/libtool.mk @@ -1,7 +1,6 @@ # This file is part of MXE. See LICENSE.md for licensing information. PKG := libtool -$(PKG)_TARGETS := $(BUILD) $(PKG)_DEPS_$(BUILD) := autoconf automake define $(PKG)_BUILD_$(BUILD) |