You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: reference/tools/gnu/autotools.rst
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,18 @@ Reference
38
38
:members:
39
39
40
40
41
+
42
+
conf
43
+
----
44
+
45
+
The ``Autotools`` build helper is affected by these ``[conf]`` variables:
46
+
47
+
- ``tools.gnu:make_program`` allows to define which ``make`` executable is being used. This will default for ``mingw32-make`` for MinGW builds or to ``make`` for any other build.
48
+
49
+
- ``tools.build:install_strip`` (Since Conan 2.20.0) will define in the ``Autotools.install()`` method the ``make install-strip`` target if set to ``True``, otherwise it will use the ``make install`` target.
50
+
51
+
52
+
41
53
A note about relocatable shared libraries in macOS built the Autotools build helper
0 commit comments