diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-02-23 19:39:08 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-02-23 19:39:08 +0100 |
| commit | e549b5686cc1c1bfadf1f78beaf97c17597d9a50 (patch) | |
| tree | a479f89ea5351aaba73ce99985ad6b65b2af1f9e | |
| parent | 87e9042a7a6c5ab77c507c22e80d56c230748933 (diff) | |
chore: module and scripts improvements.
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 | ||||
| l--------- | libs | 1 | ||||
| -rw-r--r-- | scripts/libconf.pl (renamed from tools/libconf.pl) | 0 | ||||
| m--------- | src/nectar | 0 |
5 files changed, 3 insertions, 2 deletions
diff --git a/configure-gcc-n64.pl b/configure-gcc-n64.pl index 1363c49..0f0f29c 100755 --- a/configure-gcc-n64.pl +++ b/configure-gcc-n64.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl -w -require './tools/libconf.pl'; +require './scripts/libconf.pl'; libconf->new(); diff --git a/configure-mingw-n64.pl b/configure-mingw-n64.pl index 18eb96e..53b7a78 100755 --- a/configure-mingw-n64.pl +++ b/configure-mingw-n64.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl -w -require './tools/libconf.pl'; +require './scripts/libconf.pl'; libconf->new(); @@ -0,0 +1 @@ +src
\ No newline at end of file diff --git a/tools/libconf.pl b/scripts/libconf.pl index 1a1bc7e..1a1bc7e 100644 --- a/tools/libconf.pl +++ b/scripts/libconf.pl diff --git a/src/nectar b/src/nectar -Subproject 075ec5e6b7f01f0e7dbfa4d79fde0c5030ee34d +Subproject 2557c25fbfd07e2019dfa176297719e8870e850 |
