Skip to content

Commit

Permalink
fixed ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Dragon-Git committed Jun 21, 2024
1 parent 40aa8cf commit 6f21b29
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pysvuvm/config.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import sys
import sysconfig
from pathlib import Path

getvar = sysconfig.get_config_var
pyver = getvar('VERSION')
so_name = "svuvm" + getvar("EXT_SUFFIX")

so_file = Path(__file__).parent.parent / so_name
Expand Down

0 comments on commit 6f21b29

Please sign in to comment.