mirror of
https://github.com/w23/xash3d-fwgs
synced 2025-01-22 08:39:57 +01:00
seba: explicitly find python interprete on windows
This commit is contained in:
parent
9de9620135
commit
45d5565898
@ -4,7 +4,8 @@ import json
|
||||
def configure(conf):
|
||||
conf.find_program('sebastian', var='SEBASTIAN', exts='.py', path_list=[conf.path.abspath()])
|
||||
if conf.env.DEST_OS == 'win32':
|
||||
conf.env.SEBASTIAN = ['python'] + conf.env.SEBASTIAN
|
||||
conf.find_program('python')
|
||||
conf.env.SEBASTIAN = conf.env.PYTHON + conf.env.SEBASTIAN
|
||||
|
||||
class sebastian(Task.Task):
|
||||
color = 'CYAN'
|
||||
|
Loading…
x
Reference in New Issue
Block a user