Skip to content

Instantly share code, notes, and snippets.

View TheAngryByrd's full-sized avatar
🐦
😠 🐦

Jimmy Byrd TheAngryByrd

🐦
😠 🐦
View GitHub Profile
@TheAngryByrd
TheAngryByrd / package.sh
Last active August 29, 2015 14:27 — forked from shilrobot/package.sh
Making mkbundle work on Windows
#!/bin/bash
# If this doesn't work, ensure you have UNIX line endings in this file
# (\n, not \r\n.) You can use Notepad++ to switch them.
# Cygwin package requirements: gcc-mingw, pkg-config
# If you want to pass -z to mkbundle: mingw-zlib1, mingw-zlib-devel
# crash immediately if anything bad happens
set -o errexit
set -o nounset
#!/bin/bash
#
# Copyright (c) 2011-2012, Mihail Szabolcs
#
# Released into the public domain. For more information see http://unlicense.org/ .
#
# Bootstraps an environment that makes it possible to cross-compile libraries like SDL,
# or pretty much anything else in an easy and unobstrusive manner.
#
# Requirements: