Skip to content

Commit 1dfcdb2

Browse files
committed
restore autoreconf call if mingw
1 parent 78503d7 commit 1dfcdb2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

recipes/libsodium/all/conanfile.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,8 @@ def build(self):
163163
self._build_msvc()
164164
else:
165165
autotools = Autotools(self)
166+
if self._is_mingw:
167+
autotools.autoreconf()
166168
autotools.configure()
167169
autotools.make()
168170

0 commit comments

Comments
 (0)