fix --with-pybindgen path handling bug

This commit is contained in:
Gustavo J. A. M. Carneiro
2008-11-19 18:23:22 +00:00
parent f85ef3914a
commit dfa88263cc

View File

@@ -143,7 +143,7 @@ def configure(conf):
no_net = False
if Params.g_options.with_pybindgen:
conf.env['WITH_PYBINDGEN'] = Params.g_options.with_pybindgen
conf.env['WITH_PYBINDGEN'] = os.path.abspath(Params.g_options.with_pybindgen)
no_net = True
if Params.g_options.pybindgen_checkout: