HaxeFoundation / ocamhaxe

OCaml distribution for Haxe compilation
Other
11 stars 5 forks source link

Cert linker error #12

Closed Simn closed 8 months ago

Simn commented 8 months ago

I think I can almost build Haxe again, getting these linker errors now:

** Cannot resolve symbols for descriptor object:
 CertCloseStore
 CertEnumCertificatesInStore
 CertOpenSystemStoreA

I'll have to check what I forgot to install/set.

Simn commented 8 months ago

Turns out this is what happens when you forget -f Makefile.win, so this isn't really an ocamhaxe issue.