Browse code

Change toolchain directories and setup-scripts names.

Dario Rodriguez authored on 01/07/2023 15:15:29
Showing 1 changed files
1 1
new file mode 100755
... ...
@@ -0,0 +1,6 @@
1
+#!/bin/bash
2
+cd toolchain-emscripten/emsdk
3
+git pull
4
+./emsdk install latest
5
+./emsdk activate latest
6
+