treewide: Make explicit that 'dev' output of pcre is used

This commit is contained in:
Tuomas Tynkkynen
2016-05-19 10:02:28 +02:00
committed by Vladimír Čunát
parent 5152e01e87
commit d42e94472d
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -271,7 +271,7 @@ let
buildPhase = let
luaVariable = "LUA_PATH=${luastdlib}/share/lua/${lua.luaversion}/?.lua";
pcreVariable = "PCRE_DIR=${pcre}";
pcreVariable = "PCRE_DIR=${pcre.dev}";
onigVariable = "ONIG_DIR=${oniguruma}";
gnuVariable = "GNU_INCDIR=${gnulib}/lib";
treVariable = "TRE_DIR=${tre}";