From d15b189e50c9b5f1cc620448469d7c4c9e39b360 Mon Sep 17 00:00:00 2001 From: James Logsdon Date: Wed, 4 Feb 2015 00:47:47 -0500 Subject: [PATCH] Add a note about build targets on OSX Yosemite --- Compile.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Compile.rst b/Compile.rst index bf5d3f9b6..74fd178a1 100644 --- a/Compile.rst +++ b/Compile.rst @@ -160,6 +160,13 @@ Snow Leopard Changes In /library/LuaTypes.cpp, change line 467 to ``int len = strlen((char*)ptr);`` +Yoesmite Changes +================ + +If you have issues building after upgrading to Yosemite, try definining the folliwing environment variable: + + export MACOSX_DEPLOYMENT_TARGET=10.9 + ======= Windows =======