From d5b1c9359820475afdd9261f470ef765295f9278 Mon Sep 17 00:00:00 2001 From: Joel de Vahl Date: Thu, 2 Oct 2008 14:37:48 +0000 Subject: fixed message box on osx --- default.bam | 2 ++ 1 file changed, 2 insertions(+) (limited to 'default.bam') diff --git a/default.bam b/default.bam index fb3b81a5..a2bbba0e 100644 --- a/default.bam +++ b/default.bam @@ -143,6 +143,8 @@ function build(settings) if platform == "macosx" then glfw_platform = "macosx" pa_platform = "mac_osx" + settings.linker.frameworks:add("Carbon") + settings.linker.frameworks:add("AppKit") else glfw_platform = "x11" pa_platform = "unix" -- cgit 1.4.1