]> Sergey Matveev's repositories - nnn.git/commit
MacOSX legacy (#1138)
authorelder-n00b <81770979+elder-n00b@users.noreply.github.com>
Sun, 22 Aug 2021 06:39:30 +0000 (08:39 +0200)
committerArun Prakash Jana <engineerarun@gmail.com>
Sun, 22 Aug 2021 06:47:27 +0000 (12:17 +0530)
commite4813f06c12a43dafcc195eb081cd571257031a6
treef01f9838e03d9ec8eaf538c6141d0559ebb6f6e2
parent6c5eab5e55adf7e120461cf432baf0eae69202e2
MacOSX legacy (#1138)

* Branched v4.2
Added workaround for Mac OS X < 10.12.0
(Only tested on 10.11.6, lower versions may need more workaround)

* Added *.dSYM to .gitignore

* Added comments for the macosx detection in Makefile

* Fixed indentation, formatting and missing newline at eof

* Moved includes inside include guard

Co-authored-by: elder-n00b <elder-n00b@yandex.com>
.gitignore
Makefile
misc/macos-legacy/mach_gettime.c [new file with mode: 0644]
misc/macos-legacy/mach_gettime.h [new file with mode: 0644]
src/nnn.c