Skip to content

Commit

Permalink
whether we enable dylibs or not depends on the host, not the target.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101007 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
lattner committed Apr 12, 2010
1 parent ac3b9cd commit 17e8b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.config.in
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ CXX_INCLUDE_64BIT_DIR = @CXX_INCLUDE_64BIT_DIR@

# TARGET_HAS_DYNAMIC_LIBS - This is set if the target supports dynamic linking
# .dylib or .so files.
ifeq ($(TARGET_OS), $(filter $(TARGET_OS), Cygwin MingW Minix))
ifeq ($(HOST_OS), $(filter $(HOST_OS), Cygwin MingW Minix))
TARGET_HAS_DYNAMIC_LIBS := 1
endif

Expand Down

0 comments on commit 17e8b7f

Please sign in to comment.