You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
256 B

  1. #!/bin/sh
  2. DYLIBBUNDLER_DIR=/Users/chris/work/macdylibbundler/
  3. mkdir -p $1
  4. mkdir -p $1/bin
  5. mkdir -p $1/lib
  6. cp $2 $1/bin
  7. $DYLIBBUNDLER_DIR/dylibbundler -cd -od -b -p @executable_path/../lib -x $1/bin/storm -d $1/lib
  8. python packager.py --bin storm --dir $1