diff options
author | 2020-08-17 17:56:52 -0400 | |
---|---|---|
committer | 2020-08-17 17:56:52 -0400 | |
commit | b3cbff3e4e80aac25f922d7fec4e198c6dde95b3 (patch) | |
tree | 603046d1d885a29b1fd3cba1c8a47eca220710e2 /src/Makefile | |
parent | f7855153d938c99d506ad363e889031e1e9420a3 (diff) | |
download | textadept-b3cbff3e4e80aac25f922d7fec4e198c6dde95b3.tar.gz textadept-b3cbff3e4e80aac25f922d7fec4e198c6dde95b3.zip |
Updated some documentation and use macOS instead of Mac OSX.
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 7600d28b..b15da680 100644 --- a/src/Makefile +++ b/src/Makefile @@ -35,7 +35,7 @@ ifeq (win, $(findstring win, $(MAKECMDGOALS))) CURSES_LIBS = win32curses/lib/pdcurses.a win32curses/lib/libiconv.a endif else ifeq (osx, $(findstring osx, $(MAKECMDGOALS))) - # Cross-compile for Mac OSX. + # Cross-compile for macOS. CROSS = x86_64-apple-darwin9- CFLAGS += -mdynamic-no-pic CXXFLAGS += -mdynamic-no-pic |