Skip to content

Commit df16649

Browse files
committed
fixed installation on android
1 parent 5b39f23 commit df16649

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
PLATFORM = sys.platform
1616

17-
if getenv('BUILD_ANDROID'):
17+
if getenv('LIBLINK'):
1818
PLATFORM = 'android'
1919

2020
if PLATFORM != 'android':

0 commit comments

Comments
 (0)