Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
Build desync and open telemetry on Fedora Linux.
Browse files Browse the repository at this point in the history
Return true.
  • Loading branch information
fire committed Nov 6, 2024
1 parent 155304b commit 48335c6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions godot/modules/desync_otel/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ def can_build(env, platform):
if platform == "android":
return False
if platform == "windows":
if os.name != "nt" and env["use_mingw"]:
return False
if not env["use_mingw"]:
return False
try:
Expand Down

0 comments on commit 48335c6

Please sign in to comment.