Skip to content

Commit 2cf8ba5

Browse files
authored
nzsl: fix compilation when asan is enabled (#8331)
1 parent 50b53fb commit 2cf8ba5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/n/nzsl/xmake.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ package("nzsl")
4646

4747
on_install(function (package)
4848
local configs = {}
49+
configs.asan = package:config("asan")
4950
configs.cbinding = package:config("cbinding")
5051
configs.fs_watcher = package:config("fs_watcher") or false
5152
configs.erronwarn = false

0 commit comments

Comments
 (0)