You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
425 B
13 lines
425 B
1 year ago
|
diff --git a/sipbuild/generator/parser/rules.py b/sipbuild/generator/parser/rules.py
|
||
|
index c221ad7..e79e1b8 100644
|
||
|
--- a/sipbuild/generator/parser/rules.py
|
||
|
+++ b/sipbuild/generator/parser/rules.py
|
||
|
@@ -2293,6 +2293,7 @@ def p_opt_base_exception(p):
|
||
|
|
||
|
if len(p) == 4:
|
||
|
base = p[2]
|
||
|
+ base.make_absolute()
|
||
|
|
||
|
# See if it is a project-defined exception.
|
||
|
for xd in p.parser.pm.spec.exceptions:
|