diff options
author | Heiko Schlittermann (HS12-RIPE) <hs@schlittermann.de> | 2021-08-08 00:00:10 +0200 |
---|---|---|
committer | Heiko Schlittermann (HS12-RIPE) <hs@schlittermann.de> | 2021-08-10 22:55:28 +0200 |
commit | dd9ac646fe6c458b02f19e58981a1344fe2a5c19 (patch) | |
tree | c02a8e5e6b869f0789232ed9e07f946ed65ea414 /src | |
parent | 9614a79a3fa1dde3f72c92c7638b590457e84240 (diff) |
Drop support for MacOS (darwin)
Diffstat (limited to 'src')
-rw-r--r-- | src/OS/Makefile-Base | 1 | ||||
-rw-r--r-- | src/OS/unsupported/os.h-Darwin (renamed from src/OS/os.h-Darwin) | 0 |
2 files changed, 0 insertions, 1 deletions
diff --git a/src/OS/Makefile-Base b/src/OS/Makefile-Base index dc5238a63..2880b0ce3 100644 --- a/src/OS/Makefile-Base +++ b/src/OS/Makefile-Base @@ -81,7 +81,6 @@ Makefile: ../OS/Makefile-Base ../OS/Makefile-Default \ # Build (link) the os.h file os.h: $(SCRIPTS)/Configure-os.h \ - $(O)/os.h-Darwin \ $(O)/os.h-FreeBSD \ $(O)/os.h-GNU \ $(O)/os.h-Linux \ diff --git a/src/OS/os.h-Darwin b/src/OS/unsupported/os.h-Darwin index a85e92f05..a85e92f05 100644 --- a/src/OS/os.h-Darwin +++ b/src/OS/unsupported/os.h-Darwin |