From 1bc42a863e8fe03fc7d0ea160b9f9d8dc123e865 Mon Sep 17 00:00:00 2001 From: Curt Coder Date: Mon, 30 Mar 2015 09:39:14 +0300 Subject: [PATCH] OS X 10.10 build fix by Micko. (nw) --- scripts/genie.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/genie.lua b/scripts/genie.lua index 170e7e8e8ed..bcdc8911d1b 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -739,6 +739,9 @@ configuration { "osx*" } linkoptions { "-F/Library/Frameworks/", } + flags { + "Symbols", + } configuration { "mingw*" }