[vlc-commits] keychain: compile for OS X only for now

Felix Paul Kühne git at videolan.org
Mon Feb 29 16:21:51 CET 2016


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Mon Feb 29 16:21:45 2016 +0100| [10f949375f7b41c8bff0183bf57f2e7378a25c02] | committer: Felix Paul Kühne

keychain: compile for OS X only for now

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=10f949375f7b41c8bff0183bf57f2e7378a25c02
---

 modules/keystore/Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/keystore/Makefile.am b/modules/keystore/Makefile.am
index b7eb3da..b240563 100644
--- a/modules/keystore/Makefile.am
+++ b/modules/keystore/Makefile.am
@@ -42,7 +42,7 @@ libkeychain_plugin_la_SOURCES = keystore/keychain.m
 libkeychain_plugin_la_OBJCFLAGS = $(AM_CFLAGS) -fobjc-arc
 libkeychain_plugin_la_LDFLAGS = $(AM_LDFLAGS) -rpath '$(keystoredir)' -Wl,-framework,Foundation -Wl,-framework,Security
 
-if HAVE_DARWIN
+if HAVE_OSX
 keystore_LTLIBRARIES += libkeychain_plugin.la
 endif
 



More information about the vlc-commits mailing list