2024-08-02 22:14:20 +02:00
|
|
|
.*swiftc(.exe)? [^
|
|
|
|
]* -parse-as-library -static -emit-module [^
|
|
|
|
]* -module-name StaticLibrary [^
|
2024-04-14 22:45:38 +02:00
|
|
|
]*
|
2024-08-02 22:14:20 +02:00
|
|
|
.*swiftc(.exe)? [^
|
|
|
|
]* -parse-as-library -emit-module [^
|
|
|
|
]* -module-name DynamicLibrary [^
|
2024-04-14 22:45:38 +02:00
|
|
|
]*
|
2024-08-02 22:14:20 +02:00
|
|
|
.*swiftc(.exe)? [^
|
|
|
|
]* -emit-library [^
|
|
|
|
]* -Xlinker -soname -Xlinker libDynamicLibrary.so -o ([A-Za-z]+/)?libDynamicLibrary.so [^
|
|
|
|
]*
|
|
|
|
.*swiftc(.exe)? -j [0-9]+ -num-threads [0-9]+ -c -module-name Executable
|