Skip to content

Commit

Permalink
made wrapper unwrap create all bin locations
Browse files Browse the repository at this point in the history
  • Loading branch information
lausdahl committed Feb 22, 2016
1 parent 7525a63 commit effe531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xcompile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ function overtureToolWrapper
unzip -o -j vdm-tool-wrapper.zip vdm-tool-wrapper/resources/fmi-interpreter-0.0.1-SNAPSHOT-jar-with-dependencies.jar -d $1/resources/

bindir=$1/build/
mkdir -p $bindir
mkdir -p $bindir/{darwin64,win32,win64,linux32,linux64}
#tool wrapper binaries
unzip -o -j vdm-tool-wrapper.zip vdm-tool-wrapper/binaries/darwin64/libshmfmu.dylib -d $bindir/darwin64/
unzip -o -j vdm-tool-wrapper.zip vdm-tool-wrapper/binaries/win32/libshmfmu.dll -d $bindir/win32/
Expand Down

0 comments on commit effe531

Please sign in to comment.