diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-02-26 08:33:24 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-02-26 08:33:24 +0100 |
| commit | 265c46a864839fdc5e836be927c58cfdbb146817 (patch) | |
| tree | e36f20c9aac6a8e83803e225b0abda4fc449fa22 | |
| parent | fb313badff8a529c082151f92c6c401818186cfc (diff) | |
chore: scripting organization updates.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
| -rwxr-xr-x | configure-gcc-n64.pl | 2 | ||||
| -rwxr-xr-x | configure-mingw-n64.pl | 2 | ||||
| -rw-r--r-- | libconf.pl (renamed from scripts/libconf.pl) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/configure-gcc-n64.pl b/configure-gcc-n64.pl index 0f0f29c..9a9b815 100755 --- a/configure-gcc-n64.pl +++ b/configure-gcc-n64.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl -w -require './scripts/libconf.pl'; +require './libconf.pl'; libconf->new(); diff --git a/configure-mingw-n64.pl b/configure-mingw-n64.pl index 53b7a78..6026ef0 100755 --- a/configure-mingw-n64.pl +++ b/configure-mingw-n64.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl -w -require './scripts/libconf.pl'; +require './libconf.pl'; libconf->new(); diff --git a/scripts/libconf.pl b/libconf.pl index 1a1bc7e..1a1bc7e 100644 --- a/scripts/libconf.pl +++ b/libconf.pl |
