From cebac5b939c7bd8a864ef2ebd522ce335e121d4a Mon Sep 17 00:00:00 2001 From: speyrefitte Date: Mon, 3 Nov 2014 18:16:18 +0100 Subject: [PATCH] corect buil issue --- rdpy/core/sconstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rdpy/core/sconstruct b/rdpy/core/sconstruct index f541ac5..7ba75cb 100644 --- a/rdpy/core/sconstruct +++ b/rdpy/core/sconstruct @@ -1,7 +1,7 @@ import os import sipconfig -script_dir = os.path.dirname(os.path.realpath(Dir("#/Sconstruct").abspath)) +script_dir = Dir('.').abspath tmp_dir = os.path.join(script_dir, "tmp") src_dir = os.path.join(script_dir, "src") sip_dir = os.path.join(script_dir, "sip")