-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
beesh: first run beefile, then check for completeness
we allow the bee file to be started without a complete version set. the bee file should set the version with a callback we add in a following patch. When we allow the version to be set in the bee file, $B and $S, which depend on the full package name, can only be set after the bee file is run. So we need to postpone the effect of the build_in_sourcedir callback to a later time. The beefiles can also set $B=$S directly. We deprecate this with this patch, but still detect it and act accordinly.
- Loading branch information
Showing
1 changed file
with
26 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters