summaryrefslogtreecommitdiffstats
path: root/tools/platform
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2021-09-30 17:51:56 -0700
committerGitHub <noreply@github.com>2021-09-30 17:51:56 -0700
commit122d701513e116856bd59c999221ce36a373d7db (patch)
tree95c2358708246deeebd63f773a9446b59334efbf /tools/platform
parentaa8f7b899b7b562b3d3c6e25c3da41569505e70c (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 'tools/platform')
-rw-r--r--tools/platform/windows/win-window.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/platform/windows/win-window.cpp b/tools/platform/windows/win-window.cpp
index a0175a911..5e8c8524f 100644
--- a/tools/platform/windows/win-window.cpp
+++ b/tools/platform/windows/win-window.cpp
@@ -7,6 +7,8 @@
#include <windowsx.h>
using namespace Slang;
+#pragma comment(lib, "Gdi32")
+
namespace platform
{