Skip to content

Commit

Permalink
Make emcc.py executable
Browse files Browse the repository at this point in the history
  • Loading branch information
IsabelParedes committed Jan 3, 2025
1 parent 7e1a958 commit da19a3f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ cat $RECIPE_DIR/patches/*.patch | patch -p1 --verbose
popd
echo "...done"



chmod +x $EMSDK/upstream/emscripten/emcc.py
chmod +x $EMSDK/upstream/emscripten/emrun.py

mkdir -p $PREFIX/opt/emsdk/
cp -r $EMSDK/upstream $PREFIX/opt/emsdk/upstream
Expand Down

0 comments on commit da19a3f

Please sign in to comment.