emscripten: moved build scripts from root dir

This commit is contained in:
Sergii Pylypenko
2021-05-02 00:55:14 +03:00
parent 105bc6af0f
commit 9f5be43100
2 changed files with 4 additions and 0 deletions

View File

@@ -1,5 +1,7 @@
#!/bin/bash
cd ../..
[ -z "`which emsdk`" ] && export PATH=`pwd`/../emsdk:$PATH
[ -z "`which emsdk`" ] && { echo "Put emsdk into your PATH"; exit 1 ; }

View File

@@ -1,5 +1,7 @@
#!/bin/bash
cd ../..
[ -z "`which emsdk`" ] && export PATH=`pwd`/../emsdk:$PATH
[ -z "`which emsdk`" ] && { echo "Put emsdk into your PATH"; exit 1 ; }