Skip to content

Commit

Permalink
Windows: remove --with-toolchain-version --with-ucrt-dll-dir --with-m…
Browse files Browse the repository at this point in the history
…svcr-dll from gradle build
  • Loading branch information
Rudometov committed Aug 2, 2023
1 parent eab0467 commit 82fe609
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions installers/windows/zip/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,7 @@ task configureBuild(type: Exec) {
// Platform specific flags
def command = ['bash', 'configure',
"--with-boot-jdk=${project.getProperty('bootjdk_dir')}",
"--with-msvcr-dll=${project.getProperty('vcruntime_dir')}/msvcr120.dll",
"--with-msvcp-dll=${project.getProperty('msvcp_dir')}/msvcp120.dll",
"--with-freetype=${project.getProperty('freetype_dir')}",
"--with-toolchain-version=2013"]
"--with-freetype=${project.getProperty('freetype_dir')}"]
// Common flags
command += project.correttoCommonFlags
commandLine command.flatten()
Expand Down

0 comments on commit 82fe609

Please sign in to comment.