diff options
author | Mattias Andrée <maandree@kth.se> | 2021-04-12 23:05:22 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-04-12 23:05:22 +0200 |
commit | 90054e8a7df36eea21b612de6bd28d88e67989f9 (patch) | |
tree | 2fddd2123ea3aa13f7d4d031e685bd13979c4a38 /mk/macos.mk | |
download | secauth-90054e8a7df36eea21b612de6bd28d88e67989f9.tar.gz secauth-90054e8a7df36eea21b612de6bd28d88e67989f9.tar.bz2 secauth-90054e8a7df36eea21b612de6bd28d88e67989f9.tar.xz |
First commit
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'mk/macos.mk')
-rw-r--r-- | mk/macos.mk | 4 |
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) |