diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2023-01-02 22:10:26 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-02 22:10:26 +0800 |
commit | 3b965f463b41eace340393af636e4abcd9c223d6 (patch) | |
tree | 227c576c52e4bf9bd2a5ca220e84e7b79ae2f9f1 /config | |
parent | cf1b16ef8ba1c9f8411e551d317784c5ffaece0c (diff) | |
download | Nim-3b965f463b41eace340393af636e4abcd9c223d6.tar.gz |
bump csource_v2 to include fix for linking parameter maximum length (#21216)
> If accepted, I believe it should be used in csources_v2 and also backport 2.0 ref https://github.com/nim-lang/Nim/pull/21186
Diffstat (limited to 'config')
-rw-r--r-- | config/build_config.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/build_config.txt b/config/build_config.txt index 286e0dc2a..66390e695 100644 --- a/config/build_config.txt +++ b/config/build_config.txt @@ -2,4 +2,4 @@ nim_comment="key-value pairs for windows/posix bootstrapping build scripts" nim_csourcesDir=csources_v2 nim_csourcesUrl=https://github.com/nim-lang/csources_v2.git nim_csourcesBranch=master -nim_csourcesHash=b66c420697c574be18a20dd4720248a715b4287e +nim_csourcesHash=86742fb02c6606ab01a532a0085784effb2e753e |