summaryrefslogtreecommitdiffhomepage
path: root/configure.pl
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-01-11 19:15:14 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-01-11 19:15:14 +0100
commitacf134c924aeb1e4e907a0ae4d407775e8d4d75e (patch)
treecedec5492900a2928f524881decc173f6faa36a5 /configure.pl
parent85c9397e6e50910d20f49ef0ccafbdab9f3786df (diff)
chore: release prep for NeKernel.org.v0.1.21
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'configure.pl')
-rwxr-xr-xconfigure.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.pl b/configure.pl
index 3cebdd6..c8e70d3 100755
--- a/configure.pl
+++ b/configure.pl
@@ -11,7 +11,7 @@ system("sh", "git", "submodule", "update", "--init", "--recursive");
chdir("./toolchains/mingw-w64-nekernel/") or die "Cannot change directory: $!";
-system("sh", "configure", "--host=x86_64-w64-mingw32", "--prefix=mingw64-w64-nekernel") or die "Configuration failed: $!";
+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");