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

This commit is contained in:
2024-09-24 23:41:35 +02:00
parent 4c740690e0
commit f4481a84f4

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}/..)
# ---------- # ----------