Add support for the Android platform (#105)

This commit is contained in:
Erick Amorim
2023-04-01 01:18:52 -04:00
committed by GitHub
parent 0d559d4499
commit 6ba0f97163
+2 -1
View File
@@ -19,7 +19,8 @@ switch (platform) {
case 'darwin':
separator = '';
break;
// Linux
// Linux and Android
case 'android':
case 'linux':
separator = '';
break;