Skip to content

Commit

Permalink
Windows: remove --with-ucrt-dll-dir --with-msvcr-dll from gradle build
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudometov committed Aug 3, 2023
1 parent 12a068b commit c5841d3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions installers/windows/zip/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@ task configureBuild(type: Exec) {
def command = ['bash', 'configure',
"--with-cacerts-file=${depsMap[caCerts]}",
"--with-boot-jdk=${project.getProperty('bootjdk_dir')}",
"--with-ucrt-dll-dir=${project.getProperty('ucrt_dll_dir')}",
"--with-jtreg=${project.getProperty('jtreg_dir')}",
"--with-msvcr-dll=${project.getProperty('vcruntime_dir')}/vcruntime140.dll",
"--with-zlib=bundled"
]
// Common flags
Expand Down

0 comments on commit c5841d3

Please sign in to comment.