From db04d99f0bff78ddb4f118a7604facffe5716659 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sat, 8 Aug 2015 19:56:16 +0200 Subject: [PATCH] README: incorrect instructions for OS X A backslash was missing. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb713252..b4e4d117 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ simpler alternatives: SDK=/Developer/SDKs/MacOSX10.6.sdk mkdir build && cd build ../configure --prefix=/usr --localstatedir=/var --sysconfdir=/private/etc --with-embedded-libevent \ - --without-json --without-snmp + --without-json --without-snmp \ CFLAGS="-mmacosx-version-min=10.6 -isysroot $SDK" \ LDFLAGS="-mmacosx-version-min=10.6 -isysroot $SDK" make -C osx pkg ARCHS="i386 x86_64" -- 2.39.5