Moved path evaluation from single quotes to double quotes.

This commit is contained in:
Alexander Gorshenev
2017-10-23 12:33:37 +03:00
committed by alexander-gorshenev
parent 886ef5fe5a
commit eae2fd9a85
+1 -1
View File
@@ -274,7 +274,7 @@ targetList.each { target ->
}
if (target == 'wasm32') {
from(project(':runtime').file('src/launcher/js')) {
into('$stdlib/targets/wasm32/included')
into("$stdlib/targets/wasm32/included")
}
}
}