Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

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 2, 2023
1 parent c02912e commit f2b3fc5
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 f2b3fc5

Please sign in to comment.