diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-05-31 00:02:01 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-05-31 00:02:01 +0200 |
| commit | 2c881c520384bf266539afb83de57c09df9ddf87 (patch) | |
| tree | 1a2778aede6f4b3953456c16fd378012e57aec47 | |
| parent | baaa09cefe3ed0f2bbf9d93e07d55e60a04ca17f (diff) | |
fix: fix path of libSystem inside x64 setup script.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
| -rwxr-xr-x | setup_x64_project.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup_x64_project.sh b/setup_x64_project.sh index d1b6ea87..fd5edf7c 100755 --- a/setup_x64_project.sh +++ b/setup_x64_project.sh @@ -4,7 +4,7 @@ # 03/25/25: Add 'disk' build step. # 04/05/25: Improve and fix script. -cd dev/user +cd dev/libSystem cd src make libsys_asm_io_x64 cd .. |
