Skip to content

Commit 389b08d

Browse files
committed
Simplify the symlink path.
1 parent 7325608 commit 389b08d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

master/custom/factories.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1281,7 +1281,7 @@ def setup(self, **kwargs):
12811281
"if [ ! -e Platforms/Android ]; then"
12821282
" mkdir -p Platforms;"
12831283
" ln -s ../Android Platforms/Android;"
1284-
" ln -s ../Android/android.py Platforms/Android/__main__.py; "
1284+
" ln -s ./android.py Platforms/Android/__main__.py; "
12851285
"fi"
12861286
),
12871287
),

0 commit comments

Comments
 (0)