fix: set a correct global working path when generating a .clangd file

This commit is contained in:
2024-09-24 23:38:20 +02:00
parent 164e507346
commit 5a96f2badc

View File

@@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
CURRENT_DIR=$(pwd) CURRENT_DIR=$(pwd)
GLOBAL_WORKING_DIR=$(realpath ${CURRENT_DIR}/../..) GLOBAL_WORKING_DIR=$(realpath ${CURRENT_DIR}/..)
# ---------- # ----------