Skip to content

Commit

Permalink
Fix cur build on windows
Browse files Browse the repository at this point in the history
crazywhalecc committed Jul 13, 2024
1 parent 54f7837 commit 3711db1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/SPC/builder/windows/library/curl.php
Original file line number Diff line number Diff line change
@@ -12,6 +12,7 @@ class curl extends WindowsLibraryBase

protected function build(): void
{
FileSystem::createDir(BUILD_BIN_PATH);
cmd()->cd($this->source_dir . '\winbuild')
->execWithWrapper(
$this->builder->makeSimpleWrapper('nmake'),

0 comments on commit 3711db1

Please sign in to comment.