fix: set a correct global working dir when generating a .clangd file
This commit is contained in:
@@ -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}/..)
|
||||||
|
|
||||||
# ----------
|
# ----------
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user