aboutsummaryrefslogtreecommitdiffstats
path: root/mk/macos.mk
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-11-09 23:53:14 +0100
committerMattias Andrée <maandree@kth.se>2021-11-09 23:53:14 +0100
commit848a90d0bf2af21e64b5d134bf0f7ff77f7bea49 (patch)
treeb833871395ce1f64d95a5221e2573fff7424c4da /mk/macos.mk
downloadlibfonts-848a90d0bf2af21e64b5d134bf0f7ff77f7bea49.tar.gz
libfonts-848a90d0bf2af21e64b5d134bf0f7ff77f7bea49.tar.bz2
libfonts-848a90d0bf2af21e64b5d134bf0f7ff77f7bea49.tar.xz
First commit
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r--mk/macos.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/mk/macos.mk b/mk/macos.mk
new file mode 100644
index 0000000..bd92de6
--- /dev/null
+++ b/mk/macos.mk
@@ -0,0 +1,4 @@
+LIBEXT = dylib
+LIBFLAGS = -dynamiclib
+LIBMAJOREXT = $(LIB_MAJOR).$(LIBEXT)
+LIBMINOREXT = $(LIB_VERSION).$(LIBEXT)