Skip to content

Commit f46b714

Browse files
committed
For tomorrow windows executor, move it
1 parent 3497b2a commit f46b714

25 files changed

+25
-25
lines changed

src/SPC/builder/macos/library/glfw.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
namespace SPC\builder\macos\library;
66

7-
use SPC\builder\unix\executor\UnixCMakeExecutor;
87
use SPC\exception\FileSystemException;
98
use SPC\exception\RuntimeException;
9+
use SPC\util\executor\UnixCMakeExecutor;
1010

1111
class glfw extends MacOSLibraryBase
1212
{

src/SPC/builder/unix/library/brotli.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44

55
namespace SPC\builder\unix\library;
66

7-
use SPC\builder\unix\executor\UnixCMakeExecutor;
87
use SPC\exception\FileSystemException;
98
use SPC\exception\RuntimeException;
109
use SPC\store\FileSystem;
10+
use SPC\util\executor\UnixCMakeExecutor;
1111

1212
trait brotli
1313
{

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
namespace SPC\builder\unix\library;
66

7-
use SPC\builder\unix\executor\UnixCMakeExecutor;
87
use SPC\exception\FileSystemException;
98
use SPC\exception\RuntimeException;
9+
use SPC\util\executor\UnixCMakeExecutor;
1010

1111
trait curl
1212
{

src/SPC/builder/unix/library/freetype.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
namespace SPC\builder\unix\library;
66

7-
use SPC\builder\unix\executor\UnixCMakeExecutor;
87
use SPC\exception\FileSystemException;
98
use SPC\exception\RuntimeException;
109
use SPC\exception\WrongUsageException;
1110
use SPC\store\FileSystem;
11+
use SPC\util\executor\UnixCMakeExecutor;
1212

1313
trait freetype
1414
{

src/SPC/builder/unix/library/gmssl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
namespace SPC\builder\unix\library;
66

7-
use SPC\builder\unix\executor\UnixCMakeExecutor;
7+
use SPC\util\executor\UnixCMakeExecutor;
88

99
trait gmssl
1010
{

src/SPC/builder/unix/library/libaom.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
namespace SPC\builder\unix\library;
66

7-
use SPC\builder\unix\executor\UnixCMakeExecutor;
87
use SPC\exception\FileSystemException;
98
use SPC\exception\RuntimeException;
9+
use SPC\util\executor\UnixCMakeExecutor;
1010

1111
trait libaom
1212
{

src/SPC/builder/unix/library/libavif.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44

55
namespace SPC\builder\unix\library;
66

7-
use SPC\builder\unix\executor\UnixCMakeExecutor;
87
use SPC\exception\FileSystemException;
98
use SPC\exception\RuntimeException;
109
use SPC\exception\WrongUsageException;
10+
use SPC\util\executor\UnixCMakeExecutor;
1111

1212
trait libavif
1313
{

src/SPC/builder/unix/library/libde265.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
namespace SPC\builder\unix\library;
66

7-
use SPC\builder\unix\executor\UnixCMakeExecutor;
87
use SPC\exception\FileSystemException;
98
use SPC\exception\RuntimeException;
9+
use SPC\util\executor\UnixCMakeExecutor;
1010

1111
trait libde265
1212
{

src/SPC/builder/unix/library/libevent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44

55
namespace SPC\builder\unix\library;
66

7-
use SPC\builder\unix\executor\UnixCMakeExecutor;
87
use SPC\exception\FileSystemException;
98
use SPC\exception\RuntimeException;
109
use SPC\store\FileSystem;
10+
use SPC\util\executor\UnixCMakeExecutor;
1111

1212
trait libevent
1313
{

src/SPC/builder/unix/library/libheif.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
namespace SPC\builder\unix\library;
66

7-
use SPC\builder\unix\executor\UnixCMakeExecutor;
87
use SPC\exception\FileSystemException;
98
use SPC\exception\RuntimeException;
9+
use SPC\util\executor\UnixCMakeExecutor;
1010

1111
trait libheif
1212
{

0 commit comments

Comments
 (0)