Fix fundamental wavetable garbage reads, and windows builds
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
d423ac94b5
commit
b29c079266
2 changed files with 2 additions and 2 deletions
|
@ -1 +1 @@
|
||||||
Subproject commit 634350a8f066467b24b70f745a9c4a2a921a0f22
|
Subproject commit 19c706bded88a79ad348bf5abe837ec56d4c0e5a
|
|
@ -19,7 +19,7 @@ iscc="${innodir}/drive_c/InnoSetup/ISCC.exe"
|
||||||
# download it
|
# download it
|
||||||
if [ ! -f "${dlfile}" ]; then
|
if [ ! -f "${dlfile}" ]; then
|
||||||
# FIXME proper dl version
|
# FIXME proper dl version
|
||||||
curl -L https://jrsoftware.org/download.php/is.exe?site=2 -o "${dlfile}"
|
curl -L https://jrsoftware.org/download.php/is.exe -o "${dlfile}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# initialize wine
|
# initialize wine
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue