From e32a13eb5ac583710dc5a023749c31db19f9d855 Mon Sep 17 00:00:00 2001
From: deuce <>
Date: Sat, 11 Feb 2012 10:47:39 +0000
Subject: [PATCH] Update make command line for OS X.

---
 src/syncterm/COMPILING | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/syncterm/COMPILING b/src/syncterm/COMPILING
index 69fe6dc654..86d9b8d8df 100644
--- a/src/syncterm/COMPILING
+++ b/src/syncterm/COMPILING
@@ -27,7 +27,7 @@ Refer to src/build/Common.gmake or src/build/Common.bmake for details of some
 of the make options the build system supports.
 
 Release builds for Mac OS X use the following command line:
-make USE_SDL_AUDIO=1 STATIC_SDL=1 STATIC_CRYPTLIB=1 RELEASE=1 PREFIX=/usr
+make USE_SDL_AUDIO=1 STATIC_SDL=1 RELEASE=1 PREFIX=/usr
 
 The package is generated and copied do a disk image which is then converted
 with the following command:
-- 
GitLab