fix: #122 - cgo-builtin-prolog:1:10: fatal error: 'stddef.h' file not found

This commit is contained in:
Ryan Yin
2024-06-03 10:11:17 +08:00
parent 1095d8fa53
commit 0f4387800f
2 changed files with 4 additions and 3 deletions

View File

@@ -15,7 +15,8 @@
gcc
# c/c++ tools with clang-tools, the unwrapped version won't
# add alias like `cc` and `c++`, so that it won't conflict with gcc
llvmPackages.clang-unwrapped
# llvmPackages.clang-unwrapped
clang-tools
lldb
#-- python

View File

@@ -55,5 +55,5 @@ def unset_proxy():
if __name__ == "__main__":
set_proxy()
# unset_proxy()
# set_proxy()
unset_proxy()