diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-02-03 21:49:51 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-02-03 21:49:51 +0300 |
commit | 3560a75367079de74aa34d2a58fdaf417e892ef4 (patch) | |
tree | 63c03cbeb533654ec5045793b2385c083753872f /packages/SDL2_mixer.sh | |
parent | 6471091f99c78563e785f8740dcab0dc87825ee4 (diff) | |
download | spm-3560a75367079de74aa34d2a58fdaf417e892ef4.tar.gz spm-3560a75367079de74aa34d2a58fdaf417e892ef4.tar.bz2 spm-3560a75367079de74aa34d2a58fdaf417e892ef4.tar.xz spm-3560a75367079de74aa34d2a58fdaf417e892ef4.zip |
Add SDL2 packages based on SDL packages.
Diffstat (limited to 'packages/SDL2_mixer.sh')
-rw-r--r-- | packages/SDL2_mixer.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/SDL2_mixer.sh b/packages/SDL2_mixer.sh new file mode 100644 index 0000000..9168396 --- /dev/null +++ b/packages/SDL2_mixer.sh @@ -0,0 +1,5 @@ +include "SDL_mixer" + +DEFAULT_BRANCH="default" + +ENV_CPPFLAGS_PATH="include/SDL2" |