diff options
Diffstat (limited to 'scripts/docker/mxe-build-container/settings.mk')
-rw-r--r-- | scripts/docker/mxe-build-container/settings.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/docker/mxe-build-container/settings.mk b/scripts/docker/mxe-build-container/settings.mk index fecac6e06..dfd391b1d 100644 --- a/scripts/docker/mxe-build-container/settings.mk +++ b/scripts/docker/mxe-build-container/settings.mk @@ -6,7 +6,7 @@ JOBS := 8 # This variable controls the targets that will build. -MXE_TARGETS := x86_64-w64-mingw32.shared +MXE_TARGETS := x86_64-w64-mingw32.shared i686-w64-mingw32.shared # The three lines below makes `make` build these "local packages" instead of all packages. # The ordering of the list appears weird, but this seems to help to get the build done |