mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Merge pull request #589 from davidgiven/osx
Error out if you're not using GNU Make 4.
This commit is contained in:
7
Makefile
7
Makefile
@@ -30,6 +30,13 @@ ifeq ($(shell uname),Darwin)
|
|||||||
-framework Foundation
|
-framework Foundation
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# Check the Make version.
|
||||||
|
|
||||||
|
|
||||||
|
ifeq ($(findstring 4.,$(MAKE_VERSION)),)
|
||||||
|
$(error You need GNU Make 4.x for this (if you're on OSX, use gmake).)
|
||||||
|
endif
|
||||||
|
|
||||||
# Normal settings.
|
# Normal settings.
|
||||||
|
|
||||||
OBJDIR ?= .obj
|
OBJDIR ?= .obj
|
||||||
|
|||||||
Reference in New Issue
Block a user