Skip to content
Snippets Groups Projects
Commit 7ae763e1 authored by Eelco Dolstra's avatar Eelco Dolstra
Browse files

* ‘-module’ causes the generated library to have an .so extension on

  Mac OS X instead of .dylib, so don't do that.
parent 6245f0d5
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,6 @@ pkglib_LTLIBRARIES = libNixStore.la
libNixStore_la_SOURCES = lib/Nix/Store.cc
libNixStore_la_LIBADD = $(top_builddir)/src/libstore/libstore.la
libNixStore_la_LDFLAGS = -module
AM_CXXFLAGS = \
-I$(top_srcdir)/src -I$(top_srcdir)/src/libutil -I$(top_srcdir)/src/libstore \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment