diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-05-26 21:52:30 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-05-26 21:52:30 +0200 |
commit | edfa25fcd8edad43998f50a2144d30a6f966c1c8 (patch) | |
tree | e820241e6983bf314ba312c7fb3ed8d6ae55cbbb /scripts/install-sdk.sh | |
parent | 266fd5ef0c45315fc0bf281a15630a9b4765e68c (diff) |
fix configuration on windows
Diffstat (limited to 'scripts/install-sdk.sh')
-rwxr-xr-x | scripts/install-sdk.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/install-sdk.sh b/scripts/install-sdk.sh index 4773186..0cc651a 100755 --- a/scripts/install-sdk.sh +++ b/scripts/install-sdk.sh @@ -36,3 +36,5 @@ fi cd .. rm -rf temp + +pip3 install compiledb |