add migrated_fynedo to make build

This commit is contained in:
Drew Weymouth
2025-03-14 09:24:45 -07:00
parent c79be131a7
commit 31df8ab054
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
build:
go build
go build -tags migrated_fynedo
# dylibbundler doesn't seem to pick up on the Python framework dependency,
# so the last 3 cmds move it over manually. This is a bit fragile though