mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 01:47:31 +09:00
Issue #303 Part 2: Update build files for the new location
This commit is contained in:
parent
177b28a898
commit
d224ddb0e5
9 changed files with 29 additions and 30 deletions
|
|
@ -607,8 +607,9 @@ def include_project_configure(project, external_source_dir, build_env, help):
|
|||
|
||||
build_app = project[0]
|
||||
|
||||
# Uncomment when browser becomes application/basilisk
|
||||
#if build_app == 'browser':
|
||||
# XXX: Change this when 'browser' becomes invalid as an alias
|
||||
if build_app == 'browser':
|
||||
build_app = 'basilisk'
|
||||
#die('The project "browser" is no longer valid. Perhaps you meant "basilisk" or "palemoon"?')
|
||||
|
||||
path_project_src_dir_application = os.path.join(base_dir, 'application/' + build_app, 'moz.configure')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue