rust/hgcli/pyoxidizer.bzl
changeset 47212 95950dc832cf
parent 47211 3e18a29deec9
child 47214 9438e9b7321a
equal deleted inserted replaced
47211:3e18a29deec9 47212:95950dc832cf
     6 RUN_CODE = "import hgdemandimport; hgdemandimport.enable(); from mercurial import dispatch; dispatch.run()"
     6 RUN_CODE = "import hgdemandimport; hgdemandimport.enable(); from mercurial import dispatch; dispatch.run()"
     7 
     7 
     8 set_build_path(ROOT + "/build/pyoxidizer")
     8 set_build_path(ROOT + "/build/pyoxidizer")
     9 
     9 
    10 def make_distribution():
    10 def make_distribution():
    11     return default_python_distribution()
    11     return default_python_distribution(python_version = "3.8")
    12 
    12 
    13 def make_distribution_windows():
    13 def make_distribution_windows():
    14     return default_python_distribution(flavor = "standalone_dynamic")
    14     return default_python_distribution(flavor = "standalone_dynamic")
    15 
    15 
    16 def resource_callback(policy, resource):
    16 def resource_callback(policy, resource):