make/conf/jib-profiles.js
changeset 52917 0c637249d934
parent 52798 5d292d59fe40
child 52930 df629b081ff6
equal deleted inserted replaced
52916:3ee633205603 52917:0c637249d934
   423         },
   423         },
   424 
   424 
   425         "windows-x64": {
   425         "windows-x64": {
   426             target_os: "windows",
   426             target_os: "windows",
   427             target_cpu: "x64",
   427             target_cpu: "x64",
   428             dependencies: ["devkit", "graalunit_lib"],
   428             dependencies: ["devkit", "pandoc", "graalunit_lib"],
   429             configure_args: concat(common.configure_args_64bit),
   429             configure_args: concat(common.configure_args_64bit),
   430         },
   430         },
   431 
   431 
   432         "windows-x86": {
   432         "windows-x86": {
   433             target_os: "windows",
   433             target_os: "windows",