> Looks ok to me. I added neko to your package list.
Thanks! I will upload the package soon!
>> # cygport cannot auto detect these, since the ndll files are not
>> # named with .dll.
>
>
> If these really are just .dll by another name, you might want to explore
> patching cygport to teach it tha
On 30/04/2017 18:51, Andy Li wrote:
Let me know if there is any remaining issue.
Looks ok to me. I added neko to your package list.
# cygport cannot auto detect these, since the ndll files are not
# named with .dll.
If these really are just .dll by another name, you might want to explore
Hi Marco,
Thanks for the review!
> there is a double
neko requires: cygwin libneko2 libneko2 neko-std-ndlls
>
> As libneko2 dependency is already catch by cyport you don't need to
> explicitly declare it.
I've removed the explicit libneko2 from neko_REQUIRES.
> We usually prefer to have a
On 30/04/2017 15:30, Andy Li wrote:
Hi,
Following up my quest of packaging Haxe. After creating a Cygwin
package for mbed TLS, here is another one: Neko, which is a VM kind of
comparable to Lua. Neko is maintained by the Haxe Foundation. More
info of Neko can be found at http://nekovm.org/.
The