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 =======