Skip to content

Commit

Permalink
fix: try gcc compiler instead of unix
Browse files Browse the repository at this point in the history
  • Loading branch information
valentynbez committed Jun 26, 2024
1 parent b13ae93 commit dacdf16
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@

# --- Utils -----------------------------------------------------------------

os.environ["CC"] = "gcc"
os.environ["CXX"] = "g++"


def _detect_target_machine(platform):
if platform == "win32":
Expand Down

0 comments on commit dacdf16

Please sign in to comment.