diff options
author | Mattias Andrée <maandree@kth.se> | 2019-04-12 21:12:12 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2019-04-12 21:13:19 +0200 |
commit | 1484b1264552ad05d75a4ca4f40972ac94e729e9 (patch) | |
tree | b9f6d6212866699db66e8bd64310d445498db2f3 /macos.mk | |
download | liberror-1484b1264552ad05d75a4ca4f40972ac94e729e9.tar.gz liberror-1484b1264552ad05d75a4ca4f40972ac94e729e9.tar.bz2 liberror-1484b1264552ad05d75a4ca4f40972ac94e729e9.tar.xz |
First commit
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'macos.mk')
-rw-r--r-- | macos.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/macos.mk b/macos.mk new file mode 100644 index 0000000..b475197 --- /dev/null +++ b/macos.mk @@ -0,0 +1,5 @@ +LIBEXT = dylib +LIBFLAGS = -dynamiclib + +LIBMAJOREXT = $(LIB_MAJOR).$(LIBEXT) +LIBMINOREXT = $(LIB_VERSION).$(LIBEXT) |