From 56d6cbfd38062149e2c595e6b6829253111004b8 Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Mon, 11 Jun 2018 23:17:17 +0700 Subject: [PATCH] Refer to macOS rather than osx/Mac OS X. --- Makefile | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 1567b1b..10c54b1 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # # 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 += ./imgui/imgui.o @@ -21,7 +21,7 @@ ifeq ($(UNAME_S), Linux) #LINUX endif ifeq ($(UNAME_S), Darwin) #APPLE - ECHO_MESSAGE = "Mac OS X" + ECHO_MESSAGE = "macOS" OUTPUTNAME = cimgui.dylib CXXFLAGS = -I/usr/local/include diff --git a/README.md b/README.md index 11e8db3..77c8e4d 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Notes: # compilation * clone -* make using makefile on linux/osx/mingw (Or use CMake to generate project) +* make using makefile on linux/macOS/mingw (Or use CMake to generate project) # auto binding generation