Skip to content

Commit

Permalink
Merge pull request futuretap#30 from jspahrsummers/restrict-mac-to-64…
Browse files Browse the repository at this point in the history
…-bit

Restrict OS X builds to x86_64 bit
  • Loading branch information
jspahrsummers committed Oct 27, 2014
2 parents 6c7a02a + 2c28c98 commit 7b4f2c4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Mac OS X/Mac-Base.xcconfig
Expand Up @@ -14,3 +14,6 @@ LD_RUNPATH_SEARCH_PATHS = $(inherited) @executable_path/../Frameworks @loader_pa
// The base SDK to use (if no version is specified, the latest version is
// assumed)
SDKROOT = macosx

// Supported build architectures
VALID_ARCHS = x86_64

0 comments on commit 7b4f2c4

Please sign in to comment.