Skip to content

Commit b71eb2f

Browse files
committed
fix preprocessor
1 parent 56359b5 commit b71eb2f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/preprocessor.d

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ class Preprocessor {
5555
exit(1);
5656
}
5757
}
58+
59+
path = path.absolutePath().buildNormalizedPath();
5860

5961
if (included.canFind(path)) {
6062
continue;

0 commit comments

Comments
 (0)