diff options
| author | ruki <[email protected]> | 2022-07-23 00:32:08 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-07-23 00:32:08 +0800 |
| commit | 5b194189014255d7d6bed74531e4610b45f2fe34 (patch) | |
| tree | 35c806a8604338ce097397e197b8d8293aa5d5bd /core/plat | |
| parent | f84814e6c98db75e538007cebd7edee34710b275 (diff) | |
update tbox
Diffstat (limited to 'core/plat')
| -rw-r--r-- | core/plat/macosx/prefix.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/plat/macosx/prefix.mak b/core/plat/macosx/prefix.mak index 15bf938b9..706772631 100644 --- a/core/plat/macosx/prefix.mak +++ b/core/plat/macosx/prefix.mak @@ -130,7 +130,7 @@ MMFLAGS = LDFLAGS_ARCH := $(if $(findstring arm64,$(BUILD_ARCH)),,-pagezero_size 10000 -image_base 100000000) LDFLAGS_RELEASE = -flto LDFLAGS_DEBUG = -LDFLAGS = -m$(BITS) -all_load $(LDFLAGS_ARCH) -mmacosx-version-min=10.7 +LDFLAGS = -m$(BITS) -all_load $(LDFLAGS_ARCH) -mmacosx-version-min=10.7 -framework CoreFoundation -framework CoreServices LDFLAGS-L = -L LDFLAGS-l = -l LDFLAGS-f = |
