Permalink
Browse files

Fix bug in directory name.

  • Loading branch information...
Andy Chu
Andy Chu committed Mar 2, 2018
1 parent 15e7671 commit 4057e00399f53dc96136f3e5593590b2570c2fa8
Showing with 1 addition and 1 deletion.
  1. +1 −1 portable-rules.mk
View
@@ -185,7 +185,7 @@ _build/%/all-deps-c.txt: build/static-c-modules.txt _build/%/app-deps-c.txt
# I should make a _build/oil/py.d file and include it?
_build/%/opy-app-deps.txt: \
_build/py-to-compile.txt _build/%/py-to-compile.txt
sort $^ | uniq | opy/build.sh compile-manifest _build/%-with-opy > $@
sort $^ | uniq | opy/build.sh compile-manifest _build/$*-with-opy > $@
PY27 := Python-2.7.13

0 comments on commit 4057e00

Please sign in to comment.