From 43b07729aa058ce8af1aa4d7f3c445f61f39c42a Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Thu, 10 Dec 2015 21:49:41 +0200 Subject: Reworked swift code so now can use multiple source files in one target. --- compilers.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'compilers.py') diff --git a/compilers.py b/compilers.py index 41c4ecd29..c496a5d5a 100644 --- a/compilers.py +++ b/compilers.py @@ -1012,6 +1012,9 @@ class SwiftCompiler(Compiler): def get_std_exe_link_args(self): return ['-emit-executable'] + def get_module_args(self, modname): + return ['-module-name', modname] + def build_rpath_args(self, *args): return [] # FIXME -- cgit v1.2.3