Skip to content
Snippets Groups Projects
Commit 08e3a526 authored by Christopher Stawarz's avatar Christopher Stawarz
Browse files

On OS X, link KWIKFormat plugin against libz and libsz (fixes open-ephys/plugin-GUI#38)

parent 8a21eaaa
No related branches found
No related tags found
No related merge requests found
......@@ -207,6 +207,8 @@
INFOPLIST_FILE = KWIKFormat/Info.plist;
OTHER_LDFLAGS = (
"$(inherited)",
"-lz",
/opt/local/lib/libsz.a,
/opt/local/lib/libhdf5.a,
/opt/local/lib/libhdf5_cpp.a,
);
......@@ -225,6 +227,8 @@
INFOPLIST_FILE = KWIKFormat/Info.plist;
OTHER_LDFLAGS = (
"$(inherited)",
"-lz",
/opt/local/lib/libsz.a,
/opt/local/lib/libhdf5.a,
/opt/local/lib/libhdf5_cpp.a,
);
......
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