fix: drop printout
This commit is contained in:
@@ -83,7 +83,6 @@ def get_python_configurations(
|
|||||||
if native_architecture == Architecture.x86_64:
|
if native_architecture == Architecture.x86_64:
|
||||||
target_archs.append(Architecture.i686)
|
target_archs.append(Architecture.i686)
|
||||||
|
|
||||||
print("matching platforms to architectures: ", target_archs)
|
|
||||||
return [
|
return [
|
||||||
c for c in python_configurations
|
c for c in python_configurations
|
||||||
if matches_platform(c.identifier, target_archs)
|
if matches_platform(c.identifier, target_archs)
|
||||||
|
|||||||
Reference in New Issue
Block a user