AdeptLanguage / Adept

The Adept Programming Language
GNU General Public License v3.0
120 stars 8 forks source link

Adept is hardcoded to use the resources in `necessities/windows` #328

Closed ghost closed 5 months ago

ghost commented 5 months ago

This is good for Adept as a standalone distribution, but is bad for anyone wanted to package Adept for MSYS2. As a package, it should use MSYS2's resources.

Update: Adept's CMakeLists.txt even doesn't have installation rules. So, it seems you don't have the support to install Adept into the file system in mind. Adept is always standalone.