Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Mac: Don't enable SDL_MAC_NO_SANDBOX by default.
Browse files Browse the repository at this point in the history
To get this functionality, you need to use -DSDL_MAC_NO_SANDBOX=1 in
your CFLAGS.
  • Loading branch information
jorgenpt committed Aug 8, 2013
1 parent 2bfe7ce commit 760d638
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/video/cocoa/SDL_cocoamousetap.m
Expand Up @@ -22,8 +22,6 @@

#if SDL_VIDEO_DRIVER_COCOA

#define SDL_MAC_NO_SANDBOX 1

#include "SDL_cocoamousetap.h"

/* Event taps are forbidden in the Mac App Store, so we can only enable this
Expand Down

0 comments on commit 760d638

Please sign in to comment.