diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-01-12 13:04:41 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-01-12 13:04:41 +0100 |
| commit | 3f0996e573a849a29f1043df5daeb32c1ed128cf (patch) | |
| tree | 792a90252c4c1034af7df57535f96a3245433219 /configure.pl | |
| parent | ac0fe0e29ce2f2194d16701fcf873f4974d7f230 (diff) | |
chore: configure.pl: don't run `install` after configuring mingw repo.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'configure.pl')
| -rwxr-xr-x | configure.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.pl b/configure.pl index c8e70d3..8c47c53 100755 --- a/configure.pl +++ b/configure.pl @@ -12,6 +12,5 @@ system("sh", "git", "submodule", "update", "--init", "--recursive"); chdir("./toolchains/mingw-w64-nekernel/") or die "Cannot change directory: $!"; system("configure", "--host=x86_64-w64-mingw32", "--prefix=mingw64-w64-nekernel") or die "Configuration failed: $!"; -system("make", "install") or die "Build failed: $!"; print("Configuration and build complete.\nUse 'make install' to install the toolchain.\n"); |
