Skip to content

Commit

Permalink
depends: Remove -fuse-ld line
Browse files Browse the repository at this point in the history
  • Loading branch information
dongcarl committed Sep 30, 2020
1 parent 79f4693 commit e1264c6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions depends/hosts/darwin.mk
Expand Up @@ -63,15 +63,13 @@ darwin_CC=env -u C_INCLUDE_PATH -u CPLUS_INCLUDE_PATH \
-u OBJC_INCLUDE_PATH -u OBJCPLUS_INCLUDE_PATH -u CPATH \
clang --target=$(host) -mmacosx-version-min=$(OSX_MIN_VERSION) \
-B$(build_prefix)/bin -mlinker-version=$(LD64_VERSION) \
-fuse-ld=$(build_prefix)/bin/x86_64-apple-darwin16-ld \
--sysroot=$(OSX_SDK) \
-Xclang -internal-externc-isystem$(clang_resource_dir)/include \
-Xclang -internal-externc-isystem$(OSX_SDK)/usr/include
darwin_CXX=env -u C_INCLUDE_PATH -u CPLUS_INCLUDE_PATH \
-u OBJC_INCLUDE_PATH -u OBJCPLUS_INCLUDE_PATH -u CPATH \
clang++ --target=$(host) -mmacosx-version-min=$(OSX_MIN_VERSION) \
-B$(build_prefix)/bin -mlinker-version=$(LD64_VERSION) \
-fuse-ld=$(build_prefix)/bin/x86_64-apple-darwin16-ld \
--sysroot=$(OSX_SDK) \
-stdlib=libc++ -nostdinc++ \
-Xclang -cxx-isystem$(OSX_SDK)/usr/include/c++/v1 \
Expand Down

0 comments on commit e1264c6

Please sign in to comment.