1
0
Fork 0

Point ffi-experiments to fixed fork

This commit is contained in:
arch1t3cht 2022-12-03 01:37:43 +01:00
parent 36a18e5ba3
commit f6954ab903
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ if (!(Test-Path VSFilter)) {
# ffi-experiments
if (!(Test-Path ffi-experiments)) {
Get-Command "moonc" # check to ensure Moonscript is present
git clone https://github.com/TypesettingTools/ffi-experiments.git
git clone https://github.com/arch1t3cht/ffi-experiments.git
Set-Location ffi-experiments
meson build -Ddefault_library=static
meson compile -C build