Skip to content

Commit

Permalink
Acknowledge winbuild deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
phenaproxima committed Feb 6, 2025
1 parent f19e90a commit eebe4c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/SPC/builder/windows/library/curl.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ protected function build(): void
$this->builder->makeSimpleWrapper('nmake'),
'/f Makefile.vc WITH_DEVEL=' . BUILD_ROOT_PATH . ' ' .
'WITH_PREFIX=' . BUILD_ROOT_PATH . ' ' .
'mode=static RTLIBCFG=static WITH_SSL=static WITH_NGHTTP2=static WITH_SSH2=static ENABLE_IPV6=yes WITH_ZLIB=static MACHINE=x64 DEBUG=no'
'mode=static RTLIBCFG=static WITH_SSL=static WITH_NGHTTP2=static WITH_SSH2=static ENABLE_IPV6=yes WITH_ZLIB=static MACHINE=x64 DEBUG=no' . ' ' .
'WINBUILD_ACKNOWLEDGE_DEPRECATED=yes'
);
FileSystem::copyDir($this->source_dir . '\include\curl', BUILD_INCLUDE_PATH . '\curl');
}
Expand Down

0 comments on commit eebe4c3

Please sign in to comment.