Skip to content

Commit 8211977

Browse files
dschaefer2pmattosbkhouristmontgomerykateinoigakukun
authored
Merge main to 6.2 - June24 (swiftlang#8865)
Merge: 89bf98f 065df19 --------- Co-authored-by: Paulo Mattos <[email protected]> Co-authored-by: Bassam (Sam) Khouri <[email protected]> Co-authored-by: Stuart Montgomery <[email protected]> Co-authored-by: Yuta Saito <[email protected]> Co-authored-by: nate-chandler <[email protected]> Co-authored-by: Max Desiatov <[email protected]> Co-authored-by: 3405691582 <[email protected]> Co-authored-by: Chris McGee <[email protected]> Co-authored-by: Dave Inglis <[email protected]> Co-authored-by: Jonathan Grynspan <[email protected]> Co-authored-by: Jake Petroules <[email protected]> Co-authored-by: Shawn Hyam <[email protected]> Co-authored-by: Paul LeMarquand <[email protected]> Co-authored-by: Pavel Yaskevich <[email protected]> Co-authored-by: johnbute <[email protected]> Co-authored-by: John Bute <[email protected]> Co-authored-by: Joseph Heck <[email protected]> Co-authored-by: kcieplak <[email protected]> Co-authored-by: Bri Peticca <[email protected]> Co-authored-by: Matt Seaman <[email protected]> Co-authored-by: Yury Yurevich <[email protected]> Co-authored-by: Anthony Latsis <[email protected]> Co-authored-by: Bri Peticca <[email protected]> Co-authored-by: Louis Qian <[email protected]> Co-authored-by: Ben Barham <[email protected]> Co-authored-by: Rauhul Varma <[email protected]> Co-authored-by: Pavel Yaskevich <[email protected]> Co-authored-by: Owen Voorhees <[email protected]> Co-authored-by: Sam Khouri <[email protected]> Co-authored-by: Franz Busch <[email protected]> Co-authored-by: Robin Kunde <[email protected]> Co-authored-by: Dave Inglis <[email protected]> Co-authored-by: Anthony Latsis <[email protected]> Co-authored-by: Doug Gregor <[email protected]> Co-authored-by: Alexis Laferrière <[email protected]> Co-authored-by: Andrew Hoos <[email protected]> Co-authored-by: Daniel Grumberg <[email protected]> Co-authored-by: Artem Chikin <[email protected]> Co-authored-by: Saleem Abdulrasool <[email protected]> Co-authored-by: Dan Blackwell <[email protected]> Co-authored-by: Saleem Abdulrasool <[email protected]> Co-authored-by: Ole Begemann <[email protected]> Co-authored-by: Dmitrii Galimzianov <[email protected]>
1 parent 89bf98f commit 8211977

File tree

240 files changed

+8082
-3517
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

240 files changed

+8082
-3517
lines changed

CMakeLists.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,9 @@ find_package(Foundation QUIET)
5353
find_package(SQLite3 REQUIRED)
5454

5555
# Enable `package` modifier for the whole package.
56+
add_compile_options("$<$<COMPILE_LANGUAGE:Swift>:SHELL:-package-name swift_package_manager>")
5657
if(CMAKE_SYSTEM_NAME STREQUAL FreeBSD)
57-
add_compile_options("$<$<COMPILE_LANGUAGE:Swift>:-package-name;SwiftPM>" -L/usr/local/lib)
58-
else()
59-
add_compile_options("$<$<COMPILE_LANGUAGE:Swift>:-package-name;SwiftPM>")
58+
link_directories(/usr/local/lib)
6059
endif()
6160

6261
add_subdirectory(BuildSupport/SwiftSyntax)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)