We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f970c7a + eeb162b commit 1a9f6ceCopy full SHA for 1a9f6ce
src/build.py
@@ -162,6 +162,7 @@ def select(fn):
162
# get the files and relpath file of all the directory we asked for
163
files = []
164
for sd in source_dirs:
165
+ sd = realpath(sd)
166
compile_dir(sd)
167
files += [(x, relpath(realpath(x), sd)) for x in listfiles(sd) if select(x)]
168
0 commit comments