mirror of
https://github.com/jfdelnero/HxCFloppyEmulator.git
synced 2026-07-27 19:56:23 +00:00
fltk-1.4.5
This commit is contained in:
@@ -22,19 +22,19 @@ md5_check () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if [ $OSTYPE == 'darwin'* ] || [ $1 = "1" ] ; then
|
if [ $OSTYPE == 'darwin'* ] || [ $1 = "1" ] ; then
|
||||||
export DOWNLOADURL=https://github.com/fltk/fltk/releases/download/release-1.4.4/fltk-1.4.4-source.tar.gz
|
export DOWNLOADURL=https://github.com/fltk/fltk/releases/download/release-1.4.5/fltk-1.4.5-source.tar.gz
|
||||||
export DOWNLOADHASH="83c567727e61c779f6681b0298226d05"
|
export DOWNLOADHASH="8308c6bb9ebc8580807a3834be4fcf54"
|
||||||
export ARCHIVENAMEBASE=fltk-1.4.4-source
|
export ARCHIVENAMEBASE=fltk-1.4.5-source
|
||||||
export PATCHFILE=
|
export PATCHFILE=
|
||||||
export FOLDERNAME=fltk-1.4.4
|
export FOLDERNAME=fltk-1.4.5
|
||||||
else
|
else
|
||||||
|
|
||||||
if [ -z ${EMSDK+x} ]; then
|
if [ -z ${EMSDK+x} ]; then
|
||||||
export DOWNLOADURL=https://github.com/fltk/fltk/releases/download/release-1.4.4/fltk-1.4.4-source.tar.gz
|
export DOWNLOADURL=https://github.com/fltk/fltk/releases/download/release-1.4.5/fltk-1.4.5-source.tar.gz
|
||||||
export DOWNLOADHASH="83c567727e61c779f6681b0298226d05"
|
export DOWNLOADHASH="8308c6bb9ebc8580807a3834be4fcf54"
|
||||||
export ARCHIVENAMEBASE=fltk-1.4.4-source
|
export ARCHIVENAMEBASE=fltk-1.4.5-source
|
||||||
export PATCHFILE=fltk-1.4.x-vc6.patch
|
export PATCHFILE=fltk-1.4.x-vc6.patch
|
||||||
export FOLDERNAME=fltk-1.4.4
|
export FOLDERNAME=fltk-1.4.5
|
||||||
else
|
else
|
||||||
# https://github.com/MoAlyousef/fltk_wasm32_emscripten/tree/emscripten
|
# https://github.com/MoAlyousef/fltk_wasm32_emscripten/tree/emscripten
|
||||||
# ("emscripten" branch)
|
# ("emscripten" branch)
|
||||||
|
|||||||
Reference in New Issue
Block a user