Skip to content

Commit

Permalink
vm: fixes for macos x86_64
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjbq7 committed Nov 15, 2023
1 parent 2caa868 commit c93b987
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions vm/Config.macosx.x86.64
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
include vm/Config.macosx
include vm/Config.x86.64

TARGET = -target x86_64-apple-darwin

PLAF_MASTER_HEADERS += vm/os-macosx-x86.64.hpp

SITE_CFLAGS += -mmacosx-version-min=10.9
SITE_CFLAGS += -mmacosx-version-min=10.9 -target x86_64-apple-darwin

0 comments on commit c93b987

Please sign in to comment.