File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Makefile
2
2
# Copyright © 2018 ZeeZide GmbH. All rights reserved.
3
3
4
- include /usr/local/lib/swift-xcode/makefiles/swift-xcode- config.make
4
+ include config.make
5
5
6
6
PACKAGE = SwiftNIO
7
7
MAJOR =0
@@ -84,6 +84,5 @@ uninstall-project-server-templates :
84
84
$(XCODE_TEMPLATE_PROJECT_SERVER_SOURCE_DIR ) /Swift\ NIO.xctemplate
85
85
86
86
install-file-server-templates : uninstall-file-server-templates
87
- # $(MKDIR_P) $(XCODE_TEMPLATE_FILE_SERVER_SOURCE_DIR)
88
87
89
88
uninstall-file-server-templates :
Original file line number Diff line number Diff line change
1
+ # Makefile
2
+ # Copyright © 2018 ZeeZide GmbH. All rights reserved.
3
+
4
+ include /usr/local/lib/swift-xcode/makefiles/swift-xcode-config.make
5
+
6
+ ifeq ($(SWIFT_ABI_LIB_INSTALL_DIR ) ,)
7
+ # macOS seems to use this for modmaps: /usr/lib/swift/macosx/x86_64/
8
+ # and this for the dylibs: /usr/lib/swift/macosx/
9
+ # FIXME: we changed this to the TARGET, needs to be:
10
+ # /usr/local/lib/swift4.0/x86_64-apple-macosx10.13
11
+ # and we need to allow configuration on what we build for.
12
+ SWIFT_ABI_LIB_INSTALL_DIR =$(prefix ) /lib/$(SWIFT_ABI_RELDIR ) /$(TARGET )
13
+ endif
You can’t perform that action at this time.
0 commit comments