Skip to content

Commit ec302ce

Browse files
committed
fixed building tremor
1 parent 17539b7 commit ec302ce

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
SDL iOS build script
2-
Copyright (c) 2011 Andrey Nesterov
2+
Copyright (c) 2011-2012 Andrei Nesterov
33

44
This software is provided 'as-is', without any express or implied
55
warranty. In no event will the authors be held liable for any damages

rakefile

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ------------------------------------------------------------------------------
22
# Builds a SDL framework for the iOS
3-
# Copyright (c) 2011-2012 Andrey Nesterov
3+
# Copyright (c) 2011-2012 Andrei Nesterov
44
# See LICENSE for licensing information
55
# ------------------------------------------------------------------------------
66
#
@@ -34,7 +34,7 @@ require 'find'
3434
module Configure
3535
Conf = :release
3636
Arch = :armv7
37-
SDK = '5.1'
37+
SDK = '6.0'
3838
end
3939

4040
# --- Constants ----------------------------------------------------------------
@@ -291,6 +291,11 @@ class Tremor < Package
291291
end
292292

293293
def self.install(conf, sdk, arch)
294+
message "switching to v1.x brunch"
295+
Dir.chdir(SourcesDir) do
296+
sh 'git checkout master'
297+
end
298+
294299
message "building Tremor"
295300
self.build_framework(
296301
"vorbis",

0 commit comments

Comments
 (0)