Moved path evaluation from single quotes to double quotes.
This commit is contained in:
committed by
alexander-gorshenev
parent
886ef5fe5a
commit
eae2fd9a85
+1
-1
@@ -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")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user