Skip to content

Commit

Permalink
updated xcompile script to support any version of the vdm tool wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
lausdahl committed Jul 19, 2016
1 parent 75fdc9a commit fdb9000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xcompile.sh
Expand Up @@ -81,7 +81,7 @@ function overtureToolWrapper
unzip -l vdm-tool-wrapper.zip
# resources
unzip -o -j vdm-tool-wrapper.zip vdm-tool-wrapper/resources/config.txt -d $1/resources/
unzip -o -j vdm-tool-wrapper.zip vdm-tool-wrapper/resources/fmi-interpreter-0.0.1-SNAPSHOT-jar-with-dependencies.jar -d $1/resources/
unzip -o -j vdm-tool-wrapper.zip vdm-tool-wrapper/resources/fmi-interpreter-*-jar-with-dependencies.jar -d $1/resources/

bindir=$1/build
mkdir -p $bindir/{darwin64,win32,win64,linux32,linux64}
Expand Down

0 comments on commit fdb9000

Please sign in to comment.