mirror of
https://gitlab.com/eql/EQL5.git
synced 2026-01-30 04:11:19 -08:00
add note about MinGW (stuck in 'Makefile' loop)
This commit is contained in:
parent
1b1a3a2e2f
commit
3f3284519b
1 changed files with 6 additions and 1 deletions
|
|
@ -77,7 +77,12 @@ BUILD
|
|||
(require :cmp)
|
||||
|
||||
[MSVC]
|
||||
substitute make with nmake
|
||||
Substitute make with nmake.
|
||||
|
||||
[MinGW]
|
||||
If 'make' is stuck in an infinite loop of creating the 'Makefile', just remove
|
||||
the line 'include(windows.pri)' from your '*.pro' file, setting eventual needed
|
||||
paths in your '~/.profile' instead.
|
||||
|
||||
[OSX]
|
||||
To force creation of a Makefile (instead of an Xcode project), use this flag:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue