diff options
Diffstat (limited to 'default.bam')
| -rw-r--r-- | default.bam | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/default.bam b/default.bam index a2bbba0e..cbe63fed 100644 --- a/default.bam +++ b/default.bam @@ -337,9 +337,9 @@ function build(settings) masterserver_exe = Link(server_settings, "mastersrv", masterserver, engine, zlib) - if platform == "macosx" then - osxlaunch_exe = Link(client_settings, "TeeLaunch", osxlaunch) - end + --if platform == "macosx" then + -- osxlaunch_exe = Link(client_settings, "TeeLaunch", osxlaunch) + --end -- make targets c = PseudoTarget("client".."_"..settings.config_name, client_exe) |