Fixing install script.
This commit is contained in:
parent
b7e9871801
commit
1348c0a53d
@ -18,8 +18,7 @@ def Main():
|
|||||||
'to run:\n\tgit submodule update --init --recursive\n\n' )
|
'to run:\n\tgit submodule update --init --recursive\n\n' )
|
||||||
|
|
||||||
python_binary = sys.executable
|
python_binary = sys.executable
|
||||||
args = ' '.join( sys.argv[1:] )
|
subprocess.call( [ python_binary, build_file ] + sys.argv[1:] )
|
||||||
subprocess.call( ' '.join( [ python_binary, build_file, args ] ) )
|
|
||||||
|
|
||||||
# Remove old YCM libs if present so that YCM can start.
|
# Remove old YCM libs if present so that YCM can start.
|
||||||
old_libs = (
|
old_libs = (
|
||||||
|
Loading…
Reference in New Issue
Block a user