vlang / ui

A cross-platform UI library written in V
MIT License
2.32k stars 154 forks source link

Fixed Include Path for `<EventToken.h>` when V is not installed on the System Drive. #436

Closed tDwtp closed 2 years ago

tDwtp commented 2 years ago

When compiling with V on a different drive than the system drive, the include directory would not be set properly. Using the environment-variable SystemDrive (in your implementation case sensitive) could be used to properly determine the location.

CLAassistant commented 2 years ago

CLA assistant check
All committers have signed the CLA.

medvednikov commented 2 years ago

Thanks!