Skip to content

Commit 185936e

Browse files
committed
[crystax] Remove hardcoded sdl2 bootstrap in rebuild_updated_recipes
Since now we have an smartest way to determine the right bootstrap based on recipes, it's time to rely on it for our `rebuild_updated_recipes` Closes: #1594
1 parent ac8df83 commit 185936e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/rebuild_updated_recipes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def build(target_python, requirements):
6767
# iterates to stream the output
6868
for line in sh.python(
6969
testapp, 'apk', '--sdk-dir', android_sdk_home,
70-
'--ndk-dir', android_ndk_home, '--bootstrap', 'sdl2', '--requirements',
70+
'--ndk-dir', android_ndk_home, '--requirements',
7171
requirements, _err_to_out=True, _iter=True):
7272
print(line)
7373

0 commit comments

Comments
 (0)