From 1f47522732438bae35229572e44bdeffafc12bb0 Mon Sep 17 00:00:00 2001 From: Haoyang Wang Date: Mon, 2 Nov 2015 11:20:18 -0800 Subject: [PATCH] default to WANT_SHARE_INSTALL off --- sys/unix/hints/macosx10.10 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/unix/hints/macosx10.10 b/sys/unix/hints/macosx10.10 index 4829aba7b..e1abe4dfd 100644 --- a/sys/unix/hints/macosx10.10 +++ b/sys/unix/hints/macosx10.10 @@ -46,7 +46,7 @@ endif # WANT_WIN_QT # administered this may not be what you (or your admin) want. # Consider a non-shared install (WANT_SHARE_INSTALL=0) instead. # - 'make install' must be run as "sudo make install" -WANT_SHARE_INSTALL=1 +#WANT_SHARE_INSTALL=1 GAMEUID = $(USER) GAMEGRP = games # build to run in the source tree - primarily for development. Build with "make all"