mock-config.txt 240 B

123456789101112
  1. if [ `hostname` = "LinuxBoxen.kaos.realm" ]; then
  2. ROOT32=humblebuild-i386
  3. ROOT64=humblebuild-x86_64
  4. else
  5. ROOT32=epel-6-i386
  6. ROOT64=epel-6-x86_64
  7. fi
  8. parent=../
  9. cmake_path=../
  10. cmake_options="-DUSE_SDL2=ON"
  11. dst_root=AmnesiaPig