Skip to content

Commit

Permalink
Updater|OS X: Native SDK build uses the x86_64 distribution package
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Aug 29, 2013
1 parent e4e30ac commit aa26339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/client/src/updater/updater.cpp
Expand Up @@ -80,7 +80,7 @@ using namespace de;
# define PLATFORM_ID "win-x86"

#elif defined(MACOSX)
# if defined(MACOS_10_7)
# if defined(MACOS_10_7) || defined(MACOSX_NATIVESDK)
# define PLATFORM_ID "mac10_8-x86_64"
# elif defined(__64BIT__)
# define PLATFORM_ID "mac10_6-x86-x86_64"
Expand Down

0 comments on commit aa26339

Please sign in to comment.