Bump macos minimum version to 10.13, update tpt-libs
The version bump was made necessary by 7173650df9
.
This commit is contained in:
parent
7173650df9
commit
762208356a
24
.github/build.sh
vendored
24
.github/build.sh
vendored
@ -55,7 +55,9 @@ function inplace_sed() {
|
||||
|
||||
function subst_version() {
|
||||
local path=$1
|
||||
if [[ $BSH_HOST_PLATFORM != darwin ]]; then
|
||||
if [[ $BSH_HOST_PLATFORM == darwin ]]; then
|
||||
inplace_sed "s|SUBST_MACOS_MIN_VER|$macos_min_ver|g" $path
|
||||
else
|
||||
inplace_sed "s|SUBST_DATE|$(date --iso-8601)|g" $path
|
||||
fi
|
||||
inplace_sed "s|SUBST_SAVE_VERSION|$save_version|g" $path
|
||||
@ -91,18 +93,17 @@ elif [[ $BSH_HOST_PLATFORM == darwin ]]; then
|
||||
CC=clang
|
||||
CXX=clang++
|
||||
if [[ $BSH_HOST_ARCH == aarch64 ]]; then
|
||||
if [[ $BSH_STATIC_DYNAMIC == static ]]; then
|
||||
export MACOSX_DEPLOYMENT_TARGET=11.0
|
||||
fi
|
||||
macos_min_ver=11.0
|
||||
CC+=" -arch arm64"
|
||||
CXX+=" -arch arm64"
|
||||
else
|
||||
if [[ $BSH_STATIC_DYNAMIC == static ]]; then
|
||||
export MACOSX_DEPLOYMENT_TARGET=10.9
|
||||
fi
|
||||
macos_min_ver=10.13
|
||||
CC+=" -arch x86_64"
|
||||
CXX+=" -arch x86_64"
|
||||
fi
|
||||
if [[ $BSH_STATIC_DYNAMIC == static ]]; then
|
||||
export MACOSX_DEPLOYMENT_TARGET=$macos_min_ver
|
||||
fi
|
||||
export CC
|
||||
export CXX
|
||||
elif [[ $BSH_HOST_PLATFORM == android ]]; then
|
||||
@ -146,13 +147,8 @@ if [[ $BSH_HOST_PLATFORM-$BSH_HOST_LIBC != windows-msvc ]]; then
|
||||
fi
|
||||
fi
|
||||
if [[ $BSH_HOST_PLATFORM-$BSH_STATIC_DYNAMIC == darwin-static ]]; then
|
||||
if [[ $BSH_HOST_ARCH == aarch64 ]]; then
|
||||
c_args+=\'-mmacosx-version-min=11.0\',
|
||||
c_link_args+=\'-mmacosx-version-min=11.0\',
|
||||
else
|
||||
c_args+=\'-mmacosx-version-min=10.9\',
|
||||
c_link_args+=\'-mmacosx-version-min=10.9\',
|
||||
fi
|
||||
c_args+=\'-mmacosx-version-min=$macos_min_ver\',
|
||||
c_link_args+=\'-mmacosx-version-min=$macos_min_ver\',
|
||||
fi
|
||||
|
||||
meson_configure=meson$'\t'setup
|
||||
|
@ -81,7 +81,7 @@ tpt_libs_debug = is_debug ? 'debug' : 'release'
|
||||
tpt_libs_variant = '@0@-@1@-@2@-@3@'.format(host_arch, host_platform, host_libc, tpt_libs_static)
|
||||
tpt_libs_vtag = get_option('tpt_libs_vtag')
|
||||
if tpt_libs_vtag == ''
|
||||
tpt_libs_vtag = 'v20221108204019'
|
||||
tpt_libs_vtag = 'v20221223184203'
|
||||
endif
|
||||
if tpt_libs_static != 'none'
|
||||
if tpt_libs_variant not in [
|
||||
|
@ -63,7 +63,7 @@
|
||||
<key>CFBundleVersion</key>
|
||||
<string>SUBST_SAVE_VERSION.SUBST_MINOR_VERSION (build SUBST_BUILD_NUM)</string>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
<string>10.9.0</string>
|
||||
<string>SUBST_MACOS_MIN_VER</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
<string>NSApplication</string>
|
||||
</dict>
|
||||
|
@ -1,6 +0,0 @@
|
||||
[wrap-file]
|
||||
directory = tpt-libs-prebuilt-aarch64-android-bionic-static-debug-v20221108204019
|
||||
|
||||
source_url = https://github.com/The-Powder-Toy/tpt-libs/releases/download/v20221108204019/tpt-libs-prebuilt-aarch64-android-bionic-static-debug-v20221108204019.zip
|
||||
source_filename = tpt-libs-prebuilt-aarch64-android-bionic-static-debug-v20221108204019.zip
|
||||
source_hash = 5df8b14b6b1b8bb2b69c946f0accffb71cf97b65d0b0773f33264b10756b01a9
|
@ -0,0 +1,6 @@
|
||||
[wrap-file]
|
||||
directory = tpt-libs-prebuilt-aarch64-android-bionic-static-debug-v20221223184203
|
||||
|
||||
source_url = https://github.com/The-Powder-Toy/tpt-libs/releases/download/v20221223184203/tpt-libs-prebuilt-aarch64-android-bionic-static-debug-v20221223184203.zip
|
||||
source_filename = tpt-libs-prebuilt-aarch64-android-bionic-static-debug-v20221223184203.zip
|
||||
source_hash = d9fd15fd80ceaf1796c0501df3c35ecd58706fc1cba64a5739cee365e1172d40
|
@ -1,6 +0,0 @@
|
||||
[wrap-file]
|
||||
directory = tpt-libs-prebuilt-aarch64-android-bionic-static-release-v20221108204019
|
||||
|
||||
source_url = https://github.com/The-Powder-Toy/tpt-libs/releases/download/v20221108204019/tpt-libs-prebuilt-aarch64-android-bionic-static-release-v20221108204019.zip
|
||||
source_filename = tpt-libs-prebuilt-aarch64-android-bionic-static-release-v20221108204019.zip
|
||||
source_hash = 98b3a6407ad73854e433db6c32ca9d18dbecb56d0b781056e226c9c5ab686c36
|
@ -0,0 +1,6 @@
|
||||
[wrap-file]
|
||||
directory = tpt-libs-prebuilt-aarch64-android-bionic-static-release-v20221223184203
|
||||
|
||||
source_url = https://github.com/The-Powder-Toy/tpt-libs/releases/download/v20221223184203/tpt-libs-prebuilt-aarch64-android-bionic-static-release-v20221223184203.zip
|
||||
source_filename = tpt-libs-prebuilt-aarch64-android-bionic-static-release-v20221223184203.zip
|
||||
source_hash = 8af13fe42816067199515dc41e81c565ea360a98bdc5d4ddabe10fbdff0d1a52
|
@ -1,6 +0,0 @@
|
||||
[wrap-file]
|
||||
directory = tpt-libs-prebuilt-aarch64-darwin-macos-static-debug-v20221108204019
|
||||
|
||||
source_url = https://github.com/The-Powder-Toy/tpt-libs/releases/download/v20221108204019/tpt-libs-prebuilt-aarch64-darwin-macos-static-debug-v20221108204019.zip
|
||||
source_filename = tpt-libs-prebuilt-aarch64-darwin-macos-static-debug-v20221108204019.zip
|
||||
source_hash = 5f66da692a6710135049f0547afa5059de8a3ec856b87988f28edbcd6868b5b5
|
@ -0,0 +1,6 @@
|
||||
[wrap-file]
|
||||
directory = tpt-libs-prebuilt-aarch64-darwin-macos-static-debug-v20221223184203
|
||||
|
||||
source_url = https://github.com/The-Powder-Toy/tpt-libs/releases/download/v20221223184203/tpt-libs-prebuilt-aarch64-darwin-macos-static-debug-v20221223184203.zip
|
||||
source_filename = tpt-libs-prebuilt-aarch64-darwin-macos-static-debug-v20221223184203.zip
|
||||
source_hash = 0793a90a604b157751fb5b4b62828d98c28770389db73e9b100c33f21ed1d4f2
|
@ -1,6 +0,0 @@
|
||||
[wrap-file]
|
||||
directory = tpt-libs-prebuilt-aarch64-darwin-macos-static-release-v20221108204019
|
||||
|
||||
source_url = https://github.com/The-Powder-Toy/tpt-libs/releases/download/v20221108204019/tpt-libs-prebuilt-aarch64-darwin-macos-static-release-v20221108204019.zip
|
||||
source_filename = tpt-libs-prebuilt-aarch64-darwin-macos-static-release-v20221108204019.zip
|
||||
source_hash = 9712aba5165e5ab554c1e1b8bc4160c17b5615ea89f70badce16b688a070d532
|
@ -0,0 +1,6 @@
|
||||
[wrap-file]
|
||||
directory = tpt-libs-prebuilt-aarch64-darwin-macos-static-release-v20221223184203
|
||||
|
||||
source_url = https://github.com/The-Powder-Toy/tpt-libs/releases/download/v20221223184203/tpt-libs-prebuilt-aarch64-darwin-macos-static-release-v20221223184203.zip
|
||||
source_filename = tpt-libs-prebuilt-aarch64-darwin-macos-static-release-v20221223184203.zip
|
||||
source_hash = 19b44179d6b6253d7fb21432a64563dc3640bfa28af5fa427912dcf582169aa3
|
@ -1,6 +0,0 @@
|
||||
[wrap-file]
|
||||
directory = tpt-libs-prebuilt-arm-android-bionic-static-debug-v20221108204019
|
||||
|
||||
source_url = https://github.com/The-Powder-Toy/tpt-libs/releases/download/v20221108204019/tpt-libs-prebuilt-arm-android-bionic-static-debug-v20221108204019.zip
|
||||
source_filename = tpt-libs-prebuilt-arm-android-bionic-static-debug-v20221108204019.zip
|
||||
source_hash = b136d22e19f0301b355f29988a709ada80f0a001fe78a618edc45a13ff3d4ac6
|
@ -0,0 +1,6 @@
|
||||
[wrap-file]
|
||||
directory = tpt-libs-prebuilt-arm-android-bionic-static-debug-v20221223184203
|
||||
|
||||
source_url = https://github.com/The-Powder-Toy/tpt-libs/releases/download/v20221223184203/tpt-libs-prebuilt-arm-android-bionic-static-debug-v20221223184203.zip
|
||||
source_filename = tpt-libs-prebuilt-arm-android-bionic-static-debug-v20221223184203.zip
|
||||
source_hash = e22de49e2614738f6c2f1d0e3bbb6c7b2f18e07d9bbd8bc6215438d6604c2aef
|
@ -1,6 +0,0 @@
|
||||
[wrap-file]
|
||||
directory = tpt-libs-prebuilt-arm-android-bionic-static-release-v20221108204019
|
||||
|
||||
source_url = https://github.com/The-Powder-Toy/tpt-libs/releases/download/v20221108204019/tpt-libs-prebuilt-arm-android-bionic-static-release-v20221108204019.zip
|
||||
source_filename = tpt-libs-prebuilt-arm-android-bionic-static-release-v20221108204019.zip
|
||||
source_hash = 09aafca8cf009f0fce53a9cbada4ba36ec6d03319a6a117db04ffe25da1d7399
|
@ -0,0 +1,6 @@
|
||||
[wrap-file]
|
||||
directory = tpt-libs-prebuilt-arm-android-bionic-static-release-v20221223184203
|
||||
|
||||
source_url = https://github.com/The-Powder-Toy/tpt-libs/releases/download/v20221223184203/tpt-libs-prebuilt-arm-android-bionic-static-release-v20221223184203.zip
|
||||
source_filename = tpt-libs-prebuilt-arm-android-bionic-static-release-v20221223184203.zip
|
||||
source_hash = 8586c04b6443303bb30f3410c17d15bc3132a5e949b97bd99406b214e894226e
|
@ -1,6 +0,0 @@
|
||||
[wrap-file]
|
||||
directory = tpt-libs-prebuilt-x86-android-bionic-static-debug-v20221108204019
|
||||
|
||||
source_url = https://github.com/The-Powder-Toy/tpt-libs/releases/download/v20221108204019/tpt-libs-prebuilt-x86-android-bionic-static-debug-v20221108204019.zip
|
||||
source_filename = tpt-libs-prebuilt-x86-android-bionic-static-debug-v20221108204019.zip
|
||||
source_hash = 54e3e98ef5a4d752e75a37ac7af64687d68527a0bed1280f17be3a67ae99f48b
|
@ -0,0 +1,6 @@
|
||||
[wrap-file]
|
||||
directory = tpt-libs-prebuilt-x86-android-bionic-static-debug-v20221223184203
|
||||
|
||||
source_url = https://github.com/The-Powder-Toy/tpt-libs/releases/download/v20221223184203/tpt-libs-prebuilt-x86-android-bionic-static-debug-v20221223184203.zip
|
||||
source_filename = tpt-libs-prebuilt-x86-android-bionic-static-debug-v20221223184203.zip
|
||||
source_hash = 5a02248b6655208748a27aba50f2d6b787690c16048d2d9ab5f6a559a3bf5841
|
@ -1,6 +0,0 @@
|
||||
[wrap-file]
|
||||
directory = tpt-libs-prebuilt-x86-android-bionic-static-release-v20221108204019
|
||||
|
||||
source_url = https://github.com/The-Powder-Toy/tpt-libs/releases/download/v20221108204019/tpt-libs-prebuilt-x86-android-bionic-static-release-v20221108204019.zip
|
||||
source_filename = tpt-libs-prebuilt-x86-android-bionic-static-release-v20221108204019.zip
|
||||
source_hash = 2d1376291f57ca40cf5643908faaee3eb346fdb31d278d308b26cbfdb396d189
|
@ -0,0 +1,6 @@
|
||||
[wrap-file]
|
||||
directory = tpt-libs-prebuilt-x86-android-bionic-static-release-v20221223184203
|
||||
|
||||
source_url = https://github.com/The-Powder-Toy/tpt-libs/releases/download/v20221223184203/tpt-libs-prebuilt-x86-android-bionic-static-release-v20221223184203.zip
|
||||
source_filename = tpt-libs-prebuilt-x86-android-bionic-static-release-v20221223184203.zip
|
||||
source_hash = 9667f7fb986dfe9d87a567d8a59c35d7e464ab53ad4b496109289e5ae8915e0c
|
@ -1,6 +0,0 @@
|
||||
[wrap-file]
|
||||
directory = tpt-libs-prebuilt-x86-windows-msvc-dynamic-debug-v20221108204019
|
||||
|
||||
source_url = https://github.com/The-Powder-Toy/tpt-libs/releases/download/v20221108204019/tpt-libs-prebuilt-x86-windows-msvc-dynamic-debug-v20221108204019.zip
|
||||
source_filename = tpt-libs-prebuilt-x86-windows-msvc-dynamic-debug-v20221108204019.zip
|
||||
source_hash = 5e021ab9e4aec106a4d1ad52380fe15167aae860a02a24df50f031e7d3add484
|
@ -0,0 +1,6 @@
|
||||
[wrap-file]
|
||||
directory = tpt-libs-prebuilt-x86-windows-msvc-dynamic-debug-v20221223184203
|
||||
|
||||
source_url = https://github.com/The-Powder-Toy/tpt-libs/releases/download/v20221223184203/tpt-libs-prebuilt-x86-windows-msvc-dynamic-debug-v20221223184203.zip
|
||||
source_filename = tpt-libs-prebuilt-x86-windows-msvc-dynamic-debug-v20221223184203.zip
|
||||
source_hash = a38fc82a77c3855f150a469d086bd4827c5da76e5434bb5b19b1834a527ebc49
|
@ -1,6 +0,0 @@
|
||||
[wrap-file]
|
||||
directory = tpt-libs-prebuilt-x86-windows-msvc-dynamic-release-v20221108204019
|
||||
|
||||
source_url = https://github.com/The-Powder-Toy/tpt-libs/releases/download/v20221108204019/tpt-libs-prebuilt-x86-windows-msvc-dynamic-release-v20221108204019.zip
|
||||
source_filename = tpt-libs-prebuilt-x86-windows-msvc-dynamic-release-v20221108204019.zip
|
||||
source_hash = 7f8a7f8166307a59aa462c3d817c355c2e8667bf4bea1d1aee3a63ff89e3402a
|
@ -0,0 +1,6 @@
|
||||
[wrap-file]
|
||||
directory = tpt-libs-prebuilt-x86-windows-msvc-dynamic-release-v20221223184203
|
||||
|
||||
source_url = https://github.com/The-Powder-Toy/tpt-libs/releases/download/v20221223184203/tpt-libs-prebuilt-x86-windows-msvc-dynamic-release-v20221223184203.zip
|
||||
source_filename = tpt-libs-prebuilt-x86-windows-msvc-dynamic-release-v20221223184203.zip
|
||||
source_hash = 250c72b6cde59f73cce618a976f22ba49421af8acf14674e9d81aeeb9c8f0443
|
@ -1,6 +0,0 @@
|
||||
[wrap-file]
|
||||
directory = tpt-libs-prebuilt-x86-windows-msvc-static-debug-v20221108204019
|
||||
|
||||
source_url = https://github.com/The-Powder-Toy/tpt-libs/releases/download/v20221108204019/tpt-libs-prebuilt-x86-windows-msvc-static-debug-v20221108204019.zip
|
||||
source_filename = tpt-libs-prebuilt-x86-windows-msvc-static-debug-v20221108204019.zip
|
||||
source_hash = 2981a15201b8927ced0266606a326c7a535afbd25ba789c0d6904719364b8ad8
|
@ -0,0 +1,6 @@
|
||||
[wrap-file]
|
||||
directory = tpt-libs-prebuilt-x86-windows-msvc-static-debug-v20221223184203
|
||||
|
||||
source_url = https://github.com/The-Powder-Toy/tpt-libs/releases/download/v20221223184203/tpt-libs-prebuilt-x86-windows-msvc-static-debug-v20221223184203.zip
|
||||
source_filename = tpt-libs-prebuilt-x86-windows-msvc-static-debug-v20221223184203.zip
|
||||
source_hash = 99966e124c6c4b7e93d43b885dfbe39ea88fcb2cbd20239b2ced643283a34cdf
|
@ -1,6 +0,0 @@
|
||||
[wrap-file]
|
||||
directory = tpt-libs-prebuilt-x86-windows-msvc-static-release-v20221108204019
|
||||
|
||||
source_url = https://github.com/The-Powder-Toy/tpt-libs/releases/download/v20221108204019/tpt-libs-prebuilt-x86-windows-msvc-static-release-v20221108204019.zip
|
||||
source_filename = tpt-libs-prebuilt-x86-windows-msvc-static-release-v20221108204019.zip
|
||||
source_hash = 6206997005702c85c28aa3a34d85e67d72376f81e356ff409f7e60c09c3998ad
|
@ -0,0 +1,6 @@
|
||||
[wrap-file]
|
||||
directory = tpt-libs-prebuilt-x86-windows-msvc-static-release-v20221223184203
|
||||
|
||||
source_url = https://github.com/The-Powder-Toy/tpt-libs/releases/download/v20221223184203/tpt-libs-prebuilt-x86-windows-msvc-static-release-v20221223184203.zip
|
||||
source_filename = tpt-libs-prebuilt-x86-windows-msvc-static-release-v20221223184203.zip
|
||||
source_hash = 032ace429309624e7cb9f49378000a15162acd79adc7c5b085d5c6a9fb0a7bd3
|
@ -1,6 +0,0 @@
|
||||
[wrap-file]
|
||||
directory = tpt-libs-prebuilt-x86_64-android-bionic-static-debug-v20221108204019
|
||||
|
||||
source_url = https://github.com/The-Powder-Toy/tpt-libs/releases/download/v20221108204019/tpt-libs-prebuilt-x86_64-android-bionic-static-debug-v20221108204019.zip
|
||||
source_filename = tpt-libs-prebuilt-x86_64-android-bionic-static-debug-v20221108204019.zip
|
||||
source_hash = 3dfda179720ffc3c4387e7f3c86c5f214aa326f1000e1197d5987e094a2064e8
|
@ -0,0 +1,6 @@
|
||||
[wrap-file]
|
||||
directory = tpt-libs-prebuilt-x86_64-android-bionic-static-debug-v20221223184203
|
||||
|
||||
source_url = https://github.com/The-Powder-Toy/tpt-libs/releases/download/v20221223184203/tpt-libs-prebuilt-x86_64-android-bionic-static-debug-v20221223184203.zip
|
||||
source_filename = tpt-libs-prebuilt-x86_64-android-bionic-static-debug-v20221223184203.zip
|
||||
source_hash = d96330e5057f3a8f9a0d2edfabd63e1ad2b86733bd43a0e1c290ca59e6edc8e5
|
@ -1,6 +0,0 @@
|
||||
[wrap-file]
|
||||
directory = tpt-libs-prebuilt-x86_64-android-bionic-static-release-v20221108204019
|
||||
|
||||
source_url = https://github.com/The-Powder-Toy/tpt-libs/releases/download/v20221108204019/tpt-libs-prebuilt-x86_64-android-bionic-static-release-v20221108204019.zip
|
||||
source_filename = tpt-libs-prebuilt-x86_64-android-bionic-static-release-v20221108204019.zip
|
||||
source_hash = 1707089192d7996c583ec86738c23b2cdbde72478ec00cf75a4b40e188215001
|
@ -0,0 +1,6 @@
|
||||
[wrap-file]
|
||||
directory = tpt-libs-prebuilt-x86_64-android-bionic-static-release-v20221223184203
|
||||
|
||||
source_url = https://github.com/The-Powder-Toy/tpt-libs/releases/download/v20221223184203/tpt-libs-prebuilt-x86_64-android-bionic-static-release-v20221223184203.zip
|
||||
source_filename = tpt-libs-prebuilt-x86_64-android-bionic-static-release-v20221223184203.zip
|
||||
source_hash = e62860adc1250ac67406dede58d9f4171cd44a4bf5a4ff0a56cf606650c36178
|
@ -1,6 +0,0 @@
|
||||
[wrap-file]
|
||||
directory = tpt-libs-prebuilt-x86_64-darwin-macos-static-debug-v20221108204019
|
||||
|
||||
source_url = https://github.com/The-Powder-Toy/tpt-libs/releases/download/v20221108204019/tpt-libs-prebuilt-x86_64-darwin-macos-static-debug-v20221108204019.zip
|
||||
source_filename = tpt-libs-prebuilt-x86_64-darwin-macos-static-debug-v20221108204019.zip
|
||||
source_hash = e1a13fb684b16c6cdcf6f9178cb5ed0f78eee636a92d9216a04340ead6ba7c6a
|
@ -0,0 +1,6 @@
|
||||
[wrap-file]
|
||||
directory = tpt-libs-prebuilt-x86_64-darwin-macos-static-debug-v20221223184203
|
||||
|
||||
source_url = https://github.com/The-Powder-Toy/tpt-libs/releases/download/v20221223184203/tpt-libs-prebuilt-x86_64-darwin-macos-static-debug-v20221223184203.zip
|
||||
source_filename = tpt-libs-prebuilt-x86_64-darwin-macos-static-debug-v20221223184203.zip
|
||||
source_hash = 45a09ba7f3a3a3560e81b045973b7998561604bbbf4cca270d3e5861452efafa
|
@ -1,6 +0,0 @@
|
||||
[wrap-file]
|
||||
directory = tpt-libs-prebuilt-x86_64-darwin-macos-static-release-v20221108204019
|
||||
|
||||
source_url = https://github.com/The-Powder-Toy/tpt-libs/releases/download/v20221108204019/tpt-libs-prebuilt-x86_64-darwin-macos-static-release-v20221108204019.zip
|
||||
source_filename = tpt-libs-prebuilt-x86_64-darwin-macos-static-release-v20221108204019.zip
|
||||
source_hash = 64b5bd05fe66438804a567942637709156de649297efa3c4b395d645e1fa6bb2
|
@ -0,0 +1,6 @@
|
||||
[wrap-file]
|
||||
directory = tpt-libs-prebuilt-x86_64-darwin-macos-static-release-v20221223184203
|
||||
|
||||
source_url = https://github.com/The-Powder-Toy/tpt-libs/releases/download/v20221223184203/tpt-libs-prebuilt-x86_64-darwin-macos-static-release-v20221223184203.zip
|
||||
source_filename = tpt-libs-prebuilt-x86_64-darwin-macos-static-release-v20221223184203.zip
|
||||
source_hash = caa92a0ff2dda2f3defa95d01196e7d415bfd246bb8c31a949035bf246a91c6b
|
@ -1,6 +0,0 @@
|
||||
[wrap-file]
|
||||
directory = tpt-libs-prebuilt-x86_64-linux-gnu-static-debug-v20221108204019
|
||||
|
||||
source_url = https://github.com/The-Powder-Toy/tpt-libs/releases/download/v20221108204019/tpt-libs-prebuilt-x86_64-linux-gnu-static-debug-v20221108204019.zip
|
||||
source_filename = tpt-libs-prebuilt-x86_64-linux-gnu-static-debug-v20221108204019.zip
|
||||
source_hash = bb4a3e9b6618f1efde4635cc8c37e9dee522143eb5e6f67b5624e85b10a6695a
|
@ -0,0 +1,6 @@
|
||||
[wrap-file]
|
||||
directory = tpt-libs-prebuilt-x86_64-linux-gnu-static-debug-v20221223184203
|
||||
|
||||
source_url = https://github.com/The-Powder-Toy/tpt-libs/releases/download/v20221223184203/tpt-libs-prebuilt-x86_64-linux-gnu-static-debug-v20221223184203.zip
|
||||
source_filename = tpt-libs-prebuilt-x86_64-linux-gnu-static-debug-v20221223184203.zip
|
||||
source_hash = b5a4a7503195439b696d9763ced117aa281c6b5cbf04191e33e90189fb5b7baf
|
@ -1,6 +0,0 @@
|
||||
[wrap-file]
|
||||
directory = tpt-libs-prebuilt-x86_64-linux-gnu-static-release-v20221108204019
|
||||
|
||||
source_url = https://github.com/The-Powder-Toy/tpt-libs/releases/download/v20221108204019/tpt-libs-prebuilt-x86_64-linux-gnu-static-release-v20221108204019.zip
|
||||
source_filename = tpt-libs-prebuilt-x86_64-linux-gnu-static-release-v20221108204019.zip
|
||||
source_hash = b30a4a17e4899ab06bff6e405cc71c01ca86620f8873c16e7c88d71e70f540cb
|
@ -0,0 +1,6 @@
|
||||
[wrap-file]
|
||||
directory = tpt-libs-prebuilt-x86_64-linux-gnu-static-release-v20221223184203
|
||||
|
||||
source_url = https://github.com/The-Powder-Toy/tpt-libs/releases/download/v20221223184203/tpt-libs-prebuilt-x86_64-linux-gnu-static-release-v20221223184203.zip
|
||||
source_filename = tpt-libs-prebuilt-x86_64-linux-gnu-static-release-v20221223184203.zip
|
||||
source_hash = ca8d14e51fd14934435b4cdb58c9c474c335770e48b6c0cd5df24e411558a607
|
@ -1,6 +0,0 @@
|
||||
[wrap-file]
|
||||
directory = tpt-libs-prebuilt-x86_64-windows-mingw-dynamic-debug-v20221108204019
|
||||
|
||||
source_url = https://github.com/The-Powder-Toy/tpt-libs/releases/download/v20221108204019/tpt-libs-prebuilt-x86_64-windows-mingw-dynamic-debug-v20221108204019.zip
|
||||
source_filename = tpt-libs-prebuilt-x86_64-windows-mingw-dynamic-debug-v20221108204019.zip
|
||||
source_hash = a1afaea23f49dbea5728fff92b1e3de91b3770de4d26a4ce4ecab1240fae450f
|
@ -0,0 +1,6 @@
|
||||
[wrap-file]
|
||||
directory = tpt-libs-prebuilt-x86_64-windows-mingw-dynamic-debug-v20221223184203
|
||||
|
||||
source_url = https://github.com/The-Powder-Toy/tpt-libs/releases/download/v20221223184203/tpt-libs-prebuilt-x86_64-windows-mingw-dynamic-debug-v20221223184203.zip
|
||||
source_filename = tpt-libs-prebuilt-x86_64-windows-mingw-dynamic-debug-v20221223184203.zip
|
||||
source_hash = 9b6c40b30a9a3851a393eea6e070845d447a1d09812e31fe2da721854b6d76ad
|
@ -1,6 +0,0 @@
|
||||
[wrap-file]
|
||||
directory = tpt-libs-prebuilt-x86_64-windows-mingw-dynamic-release-v20221108204019
|
||||
|
||||
source_url = https://github.com/The-Powder-Toy/tpt-libs/releases/download/v20221108204019/tpt-libs-prebuilt-x86_64-windows-mingw-dynamic-release-v20221108204019.zip
|
||||
source_filename = tpt-libs-prebuilt-x86_64-windows-mingw-dynamic-release-v20221108204019.zip
|
||||
source_hash = 2699bbad3b33bef35b6e8d97909414ea76b5c1ae9a5d553f38df72d53495e213
|
@ -0,0 +1,6 @@
|
||||
[wrap-file]
|
||||
directory = tpt-libs-prebuilt-x86_64-windows-mingw-dynamic-release-v20221223184203
|
||||
|
||||
source_url = https://github.com/The-Powder-Toy/tpt-libs/releases/download/v20221223184203/tpt-libs-prebuilt-x86_64-windows-mingw-dynamic-release-v20221223184203.zip
|
||||
source_filename = tpt-libs-prebuilt-x86_64-windows-mingw-dynamic-release-v20221223184203.zip
|
||||
source_hash = 57aa50ca1fd1d98e781ec678e5655178ff3350d0b6e44a985f04127ba49ffb45
|
@ -1,6 +0,0 @@
|
||||
[wrap-file]
|
||||
directory = tpt-libs-prebuilt-x86_64-windows-mingw-static-debug-v20221108204019
|
||||
|
||||
source_url = https://github.com/The-Powder-Toy/tpt-libs/releases/download/v20221108204019/tpt-libs-prebuilt-x86_64-windows-mingw-static-debug-v20221108204019.zip
|
||||
source_filename = tpt-libs-prebuilt-x86_64-windows-mingw-static-debug-v20221108204019.zip
|
||||
source_hash = ec683b5b81f931306ceb349883034a5bcab1a1d3f5dba3aae57dfa2fbff3d5bd
|
@ -0,0 +1,6 @@
|
||||
[wrap-file]
|
||||
directory = tpt-libs-prebuilt-x86_64-windows-mingw-static-debug-v20221223184203
|
||||
|
||||
source_url = https://github.com/The-Powder-Toy/tpt-libs/releases/download/v20221223184203/tpt-libs-prebuilt-x86_64-windows-mingw-static-debug-v20221223184203.zip
|
||||
source_filename = tpt-libs-prebuilt-x86_64-windows-mingw-static-debug-v20221223184203.zip
|
||||
source_hash = 1e5e27cc50993fad984863e0b6fb3592bdbc901fa0f902629c9360a7fed74163
|
@ -1,6 +0,0 @@
|
||||
[wrap-file]
|
||||
directory = tpt-libs-prebuilt-x86_64-windows-mingw-static-release-v20221108204019
|
||||
|
||||
source_url = https://github.com/The-Powder-Toy/tpt-libs/releases/download/v20221108204019/tpt-libs-prebuilt-x86_64-windows-mingw-static-release-v20221108204019.zip
|
||||
source_filename = tpt-libs-prebuilt-x86_64-windows-mingw-static-release-v20221108204019.zip
|
||||
source_hash = 4359c167f0cf21f7026f62ee8ce47e9340415a3af0efad798abf9d3058d3642f
|
@ -0,0 +1,6 @@
|
||||
[wrap-file]
|
||||
directory = tpt-libs-prebuilt-x86_64-windows-mingw-static-release-v20221223184203
|
||||
|
||||
source_url = https://github.com/The-Powder-Toy/tpt-libs/releases/download/v20221223184203/tpt-libs-prebuilt-x86_64-windows-mingw-static-release-v20221223184203.zip
|
||||
source_filename = tpt-libs-prebuilt-x86_64-windows-mingw-static-release-v20221223184203.zip
|
||||
source_hash = e0a65ebcdf1133876d71a9f17d882ab25a8cbabff5e487e0f34ff7a65a8991e6
|
@ -1,6 +0,0 @@
|
||||
[wrap-file]
|
||||
directory = tpt-libs-prebuilt-x86_64-windows-msvc-dynamic-debug-v20221108204019
|
||||
|
||||
source_url = https://github.com/The-Powder-Toy/tpt-libs/releases/download/v20221108204019/tpt-libs-prebuilt-x86_64-windows-msvc-dynamic-debug-v20221108204019.zip
|
||||
source_filename = tpt-libs-prebuilt-x86_64-windows-msvc-dynamic-debug-v20221108204019.zip
|
||||
source_hash = a914046c8fe61bd8247c244857cbe68990b3956deafa574951bb1fa5eb0bf405
|
@ -0,0 +1,6 @@
|
||||
[wrap-file]
|
||||
directory = tpt-libs-prebuilt-x86_64-windows-msvc-dynamic-debug-v20221223184203
|
||||
|
||||
source_url = https://github.com/The-Powder-Toy/tpt-libs/releases/download/v20221223184203/tpt-libs-prebuilt-x86_64-windows-msvc-dynamic-debug-v20221223184203.zip
|
||||
source_filename = tpt-libs-prebuilt-x86_64-windows-msvc-dynamic-debug-v20221223184203.zip
|
||||
source_hash = b2157b9881e3ec6eceb0e40244b2ff22696c899ec7aeea29d3633ea7327558b7
|
@ -1,6 +0,0 @@
|
||||
[wrap-file]
|
||||
directory = tpt-libs-prebuilt-x86_64-windows-msvc-dynamic-release-v20221108204019
|
||||
|
||||
source_url = https://github.com/The-Powder-Toy/tpt-libs/releases/download/v20221108204019/tpt-libs-prebuilt-x86_64-windows-msvc-dynamic-release-v20221108204019.zip
|
||||
source_filename = tpt-libs-prebuilt-x86_64-windows-msvc-dynamic-release-v20221108204019.zip
|
||||
source_hash = d5bb6e5f1c8205f430f5af14df22cca3902f152fbbd7ad30583c6e6c71a4d6dd
|
@ -0,0 +1,6 @@
|
||||
[wrap-file]
|
||||
directory = tpt-libs-prebuilt-x86_64-windows-msvc-dynamic-release-v20221223184203
|
||||
|
||||
source_url = https://github.com/The-Powder-Toy/tpt-libs/releases/download/v20221223184203/tpt-libs-prebuilt-x86_64-windows-msvc-dynamic-release-v20221223184203.zip
|
||||
source_filename = tpt-libs-prebuilt-x86_64-windows-msvc-dynamic-release-v20221223184203.zip
|
||||
source_hash = be0f238ee44ab45498779dc0037f23aa6679294a38d6beec48079eb4c27ca477
|
@ -1,6 +0,0 @@
|
||||
[wrap-file]
|
||||
directory = tpt-libs-prebuilt-x86_64-windows-msvc-static-debug-v20221108204019
|
||||
|
||||
source_url = https://github.com/The-Powder-Toy/tpt-libs/releases/download/v20221108204019/tpt-libs-prebuilt-x86_64-windows-msvc-static-debug-v20221108204019.zip
|
||||
source_filename = tpt-libs-prebuilt-x86_64-windows-msvc-static-debug-v20221108204019.zip
|
||||
source_hash = a858d0ab72e19e6180403d4ad5b72c96405b04b6ba9794cdb5fc380fb8d94864
|
@ -0,0 +1,6 @@
|
||||
[wrap-file]
|
||||
directory = tpt-libs-prebuilt-x86_64-windows-msvc-static-debug-v20221223184203
|
||||
|
||||
source_url = https://github.com/The-Powder-Toy/tpt-libs/releases/download/v20221223184203/tpt-libs-prebuilt-x86_64-windows-msvc-static-debug-v20221223184203.zip
|
||||
source_filename = tpt-libs-prebuilt-x86_64-windows-msvc-static-debug-v20221223184203.zip
|
||||
source_hash = f34e7decb5b753295a0074f6e8aafccc6fe3d2044ce19bb1de301b69756cbf2b
|
@ -1,6 +0,0 @@
|
||||
[wrap-file]
|
||||
directory = tpt-libs-prebuilt-x86_64-windows-msvc-static-release-v20221108204019
|
||||
|
||||
source_url = https://github.com/The-Powder-Toy/tpt-libs/releases/download/v20221108204019/tpt-libs-prebuilt-x86_64-windows-msvc-static-release-v20221108204019.zip
|
||||
source_filename = tpt-libs-prebuilt-x86_64-windows-msvc-static-release-v20221108204019.zip
|
||||
source_hash = 264240943674ee8c6132a6bcb8cdd7adaf84ec8450038911a3a74a45e008ea59
|
@ -0,0 +1,6 @@
|
||||
[wrap-file]
|
||||
directory = tpt-libs-prebuilt-x86_64-windows-msvc-static-release-v20221223184203
|
||||
|
||||
source_url = https://github.com/The-Powder-Toy/tpt-libs/releases/download/v20221223184203/tpt-libs-prebuilt-x86_64-windows-msvc-static-release-v20221223184203.zip
|
||||
source_filename = tpt-libs-prebuilt-x86_64-windows-msvc-static-release-v20221223184203.zip
|
||||
source_hash = 61abc8e8986f64aa6bbe43b52a806dc98005cbc7bab35bfbcd5c8cdb1becd24e
|
Loading…
Reference in New Issue
Block a user