Skip to content

Commit 3711db1

Browse files
committed
Fix cur build on windows
1 parent 54f7837 commit 3711db1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/SPC/builder/windows/library/curl.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ class curl extends WindowsLibraryBase
1212

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

0 commit comments

Comments
 (0)