Skip to content

Commit

Permalink
- Updated SimCode Makefile: Always set OPENMODELICAHOME to the build …
Browse files Browse the repository at this point in the history
…directory

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5749 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Jun 30, 2010
1 parent 71c456b commit e1a3ef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/susan_codegen/SimCode/Makefile
@@ -1,6 +1,6 @@
.PHONY : all

OMC = ../../../build/bin/omc
OMC = OPENMODELICAHOME=`pwd`/../../../build/ ../../../build/bin/omc

all : SimCodeC.mo SimCodeCSharp.mo

Expand Down

0 comments on commit e1a3ef7

Please sign in to comment.