Skip to content

Commit

Permalink
keychain: compile for OS X only for now
Browse files Browse the repository at this point in the history
  • Loading branch information
fkuehne committed Feb 29, 2016
1 parent 5294443 commit 10f9493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/keystore/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 10f9493

Please sign in to comment.