diff options
| author | Yong He <yonghe@outlook.com> | 2025-01-31 14:02:56 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-31 14:02:56 -0800 |
| commit | 5173c874892ab54bf1abd7ea21477e2d2aaa4365 (patch) | |
| tree | 554f2884dc8645037eeadaf968221e6376380f52 /.github | |
| parent | a026df756096ca580ca9d19019abd08fa5d2c015 (diff) | |
Include slang-glsl-module.dll in releases, for precompiled glsl module. (#6239)
* Distribute slang-glsl-module.bin in release packages.
* Fix.
* fix2.
* Build glsl modlue into a dll.
* Notarize glsl-modue.dylib
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/release.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 36e30bec0..e6e9a5a8d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -127,6 +127,7 @@ jobs: "${lib_dir}/libslang.dylib" "${lib_dir}/libslang-rt.dylib" "${lib_dir}/libslang-glslang.dylib" + "${lib_dir}/libslang-glsl-module.dylib" "${lib_dir}/libslang-llvm.dylib" "${lib_dir}/libgfx.dylib" "${bin_dir}/slangd" |
