diff options
Diffstat (limited to 'premake5.lua')
| -rw-r--r-- | premake5.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/premake5.lua b/premake5.lua index 38fe65889..19fc9c6fa 100644 --- a/premake5.lua +++ b/premake5.lua @@ -1208,7 +1208,7 @@ tool "gfx" end if os.target() == "macosx" then - links { "Cocoa.framework" } + links { "Cocoa.framework", "QuartzCore.framework" } end if enableXlib then |
