FStarLang / FStar

A Proof-oriented Programming Language
https://fstar-lang.org
Apache License 2.0
2.7k stars 234 forks source link

Fix library finding in binary package #3512

Closed mtzguido closed 1 month ago

mtzguido commented 1 month ago

I broke the binary package pretty badly in https://github.com/FStarLang/FStar/pull/3509 by removing a default include of lib/fstar/, this restores it. Also, the binary package should get the fstar.include in ulib for it to work.