scones: Fix pre_install (fixes #2510)

This commit is contained in:
Ross Smith II 2018-08-18 06:14:56 -07:00 committed by GitHub
parent 30d9646a05
commit 15e8df6c13

View File

@ -5,7 +5,7 @@
"version": "3.0.1",
"url": "https://downloads.sourceforge.net/project/scons/scons-local/3.0.1/scons-local-3.0.1.zip",
"hash": "4ab1f274015287744a497dcbd522ff1446f28d3de9aad630aac37042a16f7bde",
"pre_install": "echo \"python $dir\\scons.py @args\" | out-file $dir\\scons.ps1",
"pre_install": "echo \"python '$dir\\scons.py' @args\" | out-file '$dir\\scons.ps1'",
"bin": [
"scons.ps1"
],