Skip to content

Commit 12e9acd

Browse files
authored
Remove Macro (#67)
1 parent 4bd5e0f commit 12e9acd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cppython/project.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ def write_root_presets(self, path: Path):
173173
if root_model.include is not None:
174174
for index, include_path in enumerate(root_model.include):
175175
if Path(include_path).name == "cppython.json":
176-
root_model.include[index] = "${sourceDir}/build/" + path.as_posix()
176+
root_model.include[index] = "build/" + path.as_posix()
177177

178178
# 'dict.update' wont apply to nested types, manual replacement
179179
root_preset["include"] = root_model.include

0 commit comments

Comments
 (0)