mirror of
https://github.com/cimgui/cimgui.git
synced 2025-08-13 21:28:30 +01:00
Refer to macOS rather than osx/Mac OS X.
This commit is contained in:
4
Makefile
4
Makefile
@@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Cross Platform Makefile
|
# Cross Platform Makefile
|
||||||
# Compatible with Ubuntu 14.04.1 and Mac OS X
|
# Compatible with Ubuntu 14.04.1 and macOS
|
||||||
|
|
||||||
OBJS = cimgui_auto.o
|
OBJS = cimgui_auto.o
|
||||||
OBJS += ./imgui/imgui.o
|
OBJS += ./imgui/imgui.o
|
||||||
@@ -21,7 +21,7 @@ ifeq ($(UNAME_S), Linux) #LINUX
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(UNAME_S), Darwin) #APPLE
|
ifeq ($(UNAME_S), Darwin) #APPLE
|
||||||
ECHO_MESSAGE = "Mac OS X"
|
ECHO_MESSAGE = "macOS"
|
||||||
|
|
||||||
OUTPUTNAME = cimgui.dylib
|
OUTPUTNAME = cimgui.dylib
|
||||||
CXXFLAGS = -I/usr/local/include
|
CXXFLAGS = -I/usr/local/include
|
||||||
|
Reference in New Issue
Block a user