Fix file not found error on win64_mingw73

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
This commit is contained in:
Hiroshi Miura
2019-05-29 07:40:01 +09:00
parent b9aa1cc75f
commit c5dfec81a2
3 changed files with 11 additions and 2 deletions

View File

@@ -78,7 +78,8 @@ class Cli():
"\ntarget mac/desktop: clang_64"
"\ntarget mac/ios: ios"
"\nwindows/desktop: win64_msvc2017_64, win64_msvc2015_64"
"\n in32_msvc2015, win32_mingw53"
"\n win32_msvc2015, win32_mingw53"
"\n win64_mingw73, win32_mingw73"
"\nandroid: android_x86, android_armv7")
install_parser.add_argument('-O', '--outputdir', nargs='?',
help='Target output directory(default current directory)')