From 4346c2fd083ffc31b67003a16e4d7b9ea5c713ea Mon Sep 17 00:00:00 2001 From: Vicente Eduardo Ferrer Garcia <7854099+viferga@users.noreply.github.com> Date: Mon, 17 Jun 2024 20:18:13 -0400 Subject: [PATCH] Enabled ts loader in metacall.rb --- metacall.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metacall.rb b/metacall.rb index bd1121c..d0fd228 100644 --- a/metacall.rb +++ b/metacall.rb @@ -61,7 +61,7 @@ def install -DOPTION_BUILD_LOADERS_COB=OFF -DOPTION_BUILD_LOADERS_CS=OFF -DOPTION_BUILD_LOADERS_RB=ON - -DOPTION_BUILD_LOADERS_TS=OFF + -DOPTION_BUILD_LOADERS_TS=ON -DOPTION_BUILD_LOADERS_FILE=OFF -DOPTION_BUILD_PORTS=ON -DOPTION_BUILD_PORTS_PY=ON