add a mingw-fedora-Makefile.conf (my maci)
This commit is contained in:
parent
805046c354
commit
4b757e9f25
13
mingw-fedora-Makefile.conf
Normal file
13
mingw-fedora-Makefile.conf
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# Usage:
|
||||
# copy this file to Makefile.conf
|
||||
# edit the paths in here
|
||||
|
||||
# how to call the mingw tools
|
||||
MINGW_TARGET_ARCH=i686
|
||||
MINGW_EXEC_PREFIX = $(MINGW_TARGET_ARCH)-w64-mingw32-
|
||||
|
||||
# use custom pkg-config
|
||||
PKGCONFIG = $(MINGW_EXEC_PREFIX)pkg-config
|
||||
|
||||
# use mingw32
|
||||
include mingw-Makefile.inc
|
||||
Loading…
Reference in New Issue
Block a user