10000
We read every piece of feedback, and take your input very seriously.
1 parent 60481dc commit 1c067f2Copy full SHA for 1c067f2
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