Skip to content

Commit 891dbfd

Browse files
authored
Fix use of underscores in WebAssembly presets
These underscores don't cause issues in current configurations, but when experimenting with other products (e.g. IndexStore) this causes issues where `install-destdir` had different values when passed to `build-script` and to `build-script-impl`.
1 parent 265111f commit 891dbfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/build-presets.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -2441,8 +2441,8 @@ wasi-sdk=%(SOURCE_PATH)s/wasi-sdk
24412441

24422442
[preset: webassembly-installable]
24432443

2444-
install_destdir=%(SOURCE_PATH)s/install
2445-
installable_package=%(INSTALLABLE_PACKAGE)s
2444+
install-destdir=%(SOURCE_PATH)s/install
2445+
installable-package=%(INSTALLABLE_PACKAGE)s
24462446
install-prefix=/%(TOOLCHAIN_NAME)s/usr
24472447
swift-install-components=autolink-driver;compiler;clang-builtin-headers;stdlib;sdk-overlay;parser-lib;editor-integration;tools;testsuite-tools;toolchain-tools;license;sourcekit-inproc;swift-remote-mirror;swift-remote-mirror-headers;clang-resource-dir-symlink
24482448
llvm-install-components=clang

0 commit comments

Comments
 (0)