| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 4cdb05a commit 5fba67f
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -10,8 +10,8 @@ def patch_android(): | |||
| 10 | 10 | os.system('patch -f ./deps/v8/src/trap-handler/trap-handler.h < ./android-patches/trap-handler.h.patch') | |
| 11 | 11 | print("\033[92mInfo: \033[0m" + "Tried to patch.") | |
| 12 | 12 | ||
| 13 | - if platform.system() == "Windows": | ||
| 14 | - print("android-configure is not supported on Windows yet.") | ||
| 13 | + if platform.system() != "Linux" and platform.system() != "Darwin": | ||
| 14 | + print("android-configure is currently only supported on Linux and Darwin.") | ||
| 15 | 15 | sys.exit(1) | |
| 16 | 16 | ||
| 17 | 17 | if len(sys.argv) == 2 and sys.argv[1] == "patch": | |
| Back | FazBrowse Home | New Git URL |
0 commit comments