DEB sip4-tqt: Fix python debug build detection at runtime.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/183/head
Slávek Banko 1 year ago
parent d88b981284
commit 2bd58e61c2
Signed by: SlavekB
GPG Key ID: 608F5293A04BE668

@ -2,7 +2,7 @@
import sys
if getattr(sys, "pydebug", False):
if 'd' in sys.abiflags:
try:
from sip_tqt_config_d import *
from sip_tqt_config_d import _pkg_config, _default_macros

@ -2,7 +2,7 @@
import sys
if getattr(sys, "pydebug", False):
if 'd' in sys.abiflags:
try:
from sip_tqt_config_d import *
from sip_tqt_config_d import _pkg_config, _default_macros

@ -2,7 +2,7 @@
import sys
if getattr(sys, "pydebug", False):
if 'd' in sys.abiflags:
try:
from sip_tqt_config_d import *
from sip_tqt_config_d import _pkg_config, _default_macros

Loading…
Cancel
Save