We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b8d7eb commit 3ba1ae7Copy full SHA for 3ba1ae7
compile_webidebridge.sh
@@ -81,6 +81,11 @@ compilePlatform()
81
rm -rf $NAME*
82
}
83
84
+rm -rf snapshot/linux_amd64
85
+rm -rf snapshot/linux_arm
86
+rm -rf snapshot/darwin_amd64
87
+rm -rf snapshot/windows_386
88
+
89
extractVersionFromMain
90
compilePlatform darwin amd64 o64-clang 1
91
#compilePlatformLinux linux 386 gcc
0 commit comments