MXE (M cross environment) fork
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#! /usr/bin/env sh |
|
make MXE_TARGETS='x86_64-w64-mingw32.shared' MXE_PLUGIN_DIRS=plugins/meson-wrapper -j3 JOBS=4 meson-wrapper cc |
|
make MXE_TARGETS='x86_64-w64-mingw32.static' MXE_PLUGIN_DIRS=plugins/meson-wrapper -j3 JOBS=4 meson-wrapper cc
|
|
|