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.
8 lines
330 B
8 lines
330 B
#!/usr/bin/bash
|
|
|
|
echo "This script should be run from the patches/msys2 directory"
|
|
|
|
cp --force ./sound/ofOpenALSoundPlayer.* ../../../../libs/openFrameworks/sound/
|
|
cp --force ./makefileCommon/config.addons.mk ../../../../libs/openFrameworksCompiled/project/makefileCommon/config.addons.mk
|
|
|
|
echo "Patch for msys2 complete"
|
|
|