diff options
| author | Yong He <yonghe@outlook.com> | 2021-09-30 17:51:56 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-30 17:51:56 -0700 |
| commit | 122d701513e116856bd59c999221ce36a373d7db (patch) | |
| tree | 95c2358708246deeebd63f773a9446b59334efbf /source | |
| parent | aa8f7b899b7b562b3d3c6e25c3da41569505e70c (diff) | |
Fix GitHub release (#1956)
* Fix aarch64 release build config.
* Fix for WinAarch64 build.
* Update premake for embed-std-lib build on aarch64.
* `platform` fix for aarach64 build.
* Try revert back to use absolute output path for slang-stdlib-generated.h
* Fix
* fix
Co-authored-by: Yong He <yhe@nvidia.com>
Diffstat (limited to 'source')
| -rw-r--r-- | source/compiler-core/windows/slang-win-visual-studio-util.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source/compiler-core/windows/slang-win-visual-studio-util.cpp b/source/compiler-core/windows/slang-win-visual-studio-util.cpp index 0dc8ea764..dd9656c23 100644 --- a/source/compiler-core/windows/slang-win-visual-studio-util.cpp +++ b/source/compiler-core/windows/slang-win-visual-studio-util.cpp @@ -14,7 +14,8 @@ # undef NOMINMAX # include <Shlobj.h> - +#pragma comment(lib, "advapi32") +#pragma comment(lib, "Shell32") #endif // The method used to invoke VS was originally inspired by some ideas in |
