summaryrefslogtreecommitdiff
path: root/source/slang-stdlib/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang-stdlib/CMakeLists.txt')
-rw-r--r--source/slang-stdlib/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/slang-stdlib/CMakeLists.txt b/source/slang-stdlib/CMakeLists.txt
index a6d646cf3..e7fed354a 100644
--- a/source/slang-stdlib/CMakeLists.txt
+++ b/source/slang-stdlib/CMakeLists.txt
@@ -19,7 +19,7 @@ set(stdlib_generated_header
add_custom_command(
OUTPUT ${stdlib_generated_header}
COMMAND
- slang-bootstrap -archive-type riff-lz4 -save-stdlib-bin-source
+ slang-bootstrap -archive-type riff-lz4 -save-core-module-bin-source
${stdlib_generated_header}
DEPENDS slang-bootstrap
VERBATIM