Skip to content

Commit 336413b

Browse files
authored
Merge pull request swiftlang#68 from nkcsgexi/remove-swift-prefix
build-script: use libSwiftSyntax.dylib instead of libswiftSwiftSyntax.dylib.
2 parents 5a6ed85 + 5359f12 commit 336413b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

build-script.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,7 @@ def generate_gyb_files(verbose, add_source_locations):
134134
## Building swiftSyntax
135135

136136
def get_installed_name():
137-
# we have to use this name in the installed dylib so that the compiler will
138-
# treat it as a part of stdlib to copy the dylib to the framework dir.
139-
return 'swiftSwiftSyntax'
137+
return 'SwiftSyntax'
140138

141139
def get_installed_dylib_name():
142140
return 'lib' + get_installed_name() + '.dylib'

0 commit comments

Comments
 (0)