debug mode - only builds for recent SDKs - not activated

This commit is contained in:
Laurent Sansonetti
2013-07-23 13:28:00 +02:00
parent f94a37e712
commit c1a96173a5

View File

@@ -23,6 +23,12 @@ if OSX_SDK_VERSIONS.empty?
exit 1
end
if false
# DEBUG
IOS_SDK_VERSIONS.clear; IOS_SDK_VERSIONS << '6.1'
OSX_SDK_VERSIONS.clear; OSX_SDK_VERSIONS << '10.8'
end
verbose(true)
def rake(dir, cmd='all')