ext/certstore/extconf.rb in certstore_c-0.1.2.rc vs ext/certstore/extconf.rb in certstore_c-0.1.2

- old
+ new

@@ -11,10 +11,10 @@ dir_config("certstore", includedir, libdir) have_library("crypt32") have_func("PFXExportCertStoreEx", "Wincrypt.h") -$LDFLAGS << " -lCrypt32" +$LDFLAGS << " -lcrypt32" $CFLAGS << " -std=c99 -fPIC -fms-extensions " # $CFLAGS << " -g -O0" create_makefile("certstore/certstore")