nimlsp is broken on mac

This commit is contained in:
narimiran
2026-07-03 09:08:02 +02:00
parent 3df138c3ef
commit 891d111ab0

View File

@@ -115,7 +115,8 @@ pkg "nimfp", "nim c -o:nfp -r src/fp.nim"
pkg "nimgame2", "nim c nimgame2/nimgame.nim"
pkg "nimgen", "nim c -o:nimgenn -r src/nimgen/runcfg.nim"
pkg "nimib"
pkg "nimlsp"
when not defined(osx):
pkg "nimlsp"
pkg "nimly", "nim c -r tests/test_readme_example.nim"
pkg "nimPNG", useHead = true
pkg "nimpy", "nim c -r tests/nimfrompy.nim"