diff --git a/build-all.sh b/build-all.sh index 6222da5c2..72d639fd7 100755 --- a/build-all.sh +++ b/build-all.sh @@ -31,6 +31,7 @@ function buildAll() { local ARCH=$2 local COMMON= + # Activate toolchain for this platform. source <(../toolchains/toolchains.sh use ${ARCH} ${OS}) G_TARGET=${G_BUILDROOT}/${G_BUILDDIR}/${OS}/${ARCH} @@ -222,6 +223,7 @@ if [[ 0 == 1 ]]; then --build=x86_64-linux make install-libLTLIBRARIES # This weird target prevents building the command line tools. popd +fi # === Known FFMPEG Types === createExtensionHeader ffmpeg > ${G_GENERATED}/extensions.h @@ -265,7 +267,6 @@ if [[ 0 == 1 ]]; then ffmpeg -f concat -safe 0 -i <(echo -e "file ${G_TARGET}/temp1.mkv\nfile ${G_TARGET}/temp2.mkv\n") -c copy ${G_TARGET}/menuBackground.mkv createEmbeddedBinary ${G_TARGET}/menuBackground.mkv ${G_GENERATED}/menuBackground_mkv.h MENUBACKGROUND_MKV_H rm ${G_TARGET}/temp1.mkv ${G_TARGET}/temp2.mkv ${G_TARGET}/menuBackground.mkv -fi :<d_name), "game") == 0) { showHeader(); count++; - utilSay("Unpacking game: %s", de->d_name); + utilSay(">>> Unpacking Game: %s", de->d_name); // https://github.com/libarchive/libarchive/wiki/Examples#user-content-A_Complete_Extractor ok = true; diff --git a/src/singe.c b/src/singe.c index 3e3d74ac7..5b0ab1f48 100644 --- a/src/singe.c +++ b/src/singe.c @@ -4405,6 +4405,25 @@ void startLuaContext(lua_State *L) { luaPreload(L, "socket.unix", luaopen_socket_unix); luaPreload(L, "socket.serial", luaopen_socket_serial); #endif + + /* + ***TODO*** Load these Lua modules: + + Lua Socket: + ftp.lua + headers.lua + http.lua + ltn12.lua + mbox.lua + mime.lua + smtp.lua + socket.lua + tp.lua + url.lua + + librs232: + rs232.lua + */ }