You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 22, 2018. It is now read-only.
Basically right now what happens is that you either build all the packages or you build one package with all the dependencies.
I'd actually would like to have something like "build.ps1 build gtk" which would basically be the same as "build.ps1 -OnlyOne gtk" but also have another command "build.ps1 buildone gtk" which would take care of only building gtk without the dependencies.
I did not see anything like that already implemented but let me know if I am wrong or if this feature is a WONTFIX.
The text was updated successfully, but these errors were encountered:
Basically right now what happens is that you either build all the packages or you build one package with all the dependencies.
I'd actually would like to have something like "build.ps1 build gtk" which would basically be the same as "build.ps1 -OnlyOne gtk" but also have another command "build.ps1 buildone gtk" which would take care of only building gtk without the dependencies.
I did not see anything like that already implemented but let me know if I am wrong or if this feature is a WONTFIX.
The text was updated successfully, but these errors were encountered: