Skip to content

Commit 489cfac

Browse files
committed
Update builder.py
1 parent 87f42b1 commit 489cfac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cppython/plugins/cmake/builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def generate_provider_preset(provider_data: CMakeSyncData) -> CMakePresets:
2929

3030
if provider_data.toolchain:
3131
# Use the toolchainFile field for better integration
32-
generated_configure_preset.toolchainFile = str(provider_data.toolchain.as_posix())
32+
generated_configure_preset.toolchainFile = provider_data.toolchain
3333

3434
if cache_variables:
3535
generated_configure_preset.cacheVariables = cache_variables

0 commit comments

Comments
 (0)