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

Commit

Permalink
remove linker flag for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
dazKind committed Dec 31, 2022
1 parent a433f3b commit f94be7f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/HxGodot.hx
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ import godot.variant.Variant;
</files>
<linker id='dll' exe='g++' if='linux'>
<flag value='-Wl,-Bsymbolic'/>
</linker>
<linker id='dll' exe='g++' if='macos'>
<flag value='-Wl,-Bsymbolic'/>
</linker>")
class HxGodot {
static var gcCycle = 0.0;
Expand Down

0 comments on commit f94be7f

Please sign in to comment.