diff options
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"); |
