Skip to content

Commit

Permalink
vm: fix x86_64 compiles on aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjbq7 committed Nov 15, 2023
1 parent 6235c8c commit 2caa868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vm/Config.macosx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ else
LIBS = -lm -framework Cocoa -framework AppKit
endif

LINKER = $(CXX) $(TARGET) $(CFLAGS) $(CXXFLAGS) $(SHARED_FLAG) -single_module \
LINKER = $(CXX) $(CFLAGS) $(CXXFLAGS) $(SHARED_FLAG) -single_module \
-current_version $(VERSION) \
-compatibility_version $(VERSION) \
-fvisibility=hidden \
Expand Down

0 comments on commit 2caa868

Please sign in to comment.