mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
8 lines
167 B
Python
8 lines
167 B
Python
import sys
|
|
|
|
config = {
|
|
"exes": {
|
|
"hg": "c:/mozilla-build/hg/hg",
|
|
"make": [sys.executable, "%(abs_work_dir)s/build/build/pymake/make.py"],
|
|
},
|
|
}
|