Skip to content

Commit 5784a0f

Browse files
Add missing import sysconfig statement
1 parent 47b35e2 commit 5784a0f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyodide_build/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import os
22
import subprocess
3+
import sysconfig
34
from collections.abc import Mapping
45
from pathlib import Path
56
from types import MappingProxyType

0 commit comments

Comments
 (0)