Skip to content

Commit

Permalink
make emcc in the root directory now installs all the dependencies
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19293 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Feb 25, 2014
1 parent c57408b commit 4b58181
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile.in
Expand Up @@ -203,3 +203,8 @@ config.status: configure
./config.status -recheck
configure: configure.in
autoconf

emcc: msl-external-libs-emcc emcc-simulationruntime
emcc-simulationruntime:
mkdir -p build/lib/omc/emcc/
$(MAKE) -C SimulationRuntime/c emcc

0 comments on commit 4b58181

Please sign in to comment.