diff options
author | Sebastian Ehlert <28669218+awvwgk@users.noreply.github.com> | 2021-09-20 23:10:15 +0200 |
---|---|---|
committer | Sebastian Ehlert <28669218+awvwgk@users.noreply.github.com> | 2021-09-23 21:59:06 +0200 |
commit | beaf9a86f83c2de0ebc593f5d8bb924cbdb42ed0 (patch) | |
tree | 7ae467dbd808d957ac4f3964747d06e661742986 /src/fpm_compiler.f90 | |
parent | dfeb17a3811054716828be47644ac98b146746de (diff) | |
download | fpm-beaf9a86f83c2de0ebc593f5d8bb924cbdb42ed0.tar.gz fpm-beaf9a86f83c2de0ebc593f5d8bb924cbdb42ed0.zip |
Enable multiple build output directories
Diffstat (limited to 'src/fpm_compiler.f90')
-rw-r--r-- | src/fpm_compiler.f90 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fpm_compiler.f90 b/src/fpm_compiler.f90 index 34ac941..4b9fb85 100644 --- a/src/fpm_compiler.f90 +++ b/src/fpm_compiler.f90 @@ -417,7 +417,6 @@ function get_module_flag(self, path) result(flags) flags = "-qmoddir "//path end select - flags = flags//" "//self%get_include_flag(path) end function get_module_flag |