diff options
author | Sebastian Ehlert <28669218+awvwgk@users.noreply.github.com> | 2021-10-10 18:03:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-10 18:03:37 +0200 |
commit | df9b01a652a37b968e29d32c24f3c690f130e890 (patch) | |
tree | 51cecbcf3e2b6b5435e1006e988555415f0ef85e /src/fpm_compiler.f90 | |
parent | d129243af8dbff5ff5771bea8162699743c2aca7 (diff) | |
parent | 6f816ad20ffe8897feec9a8a91ab8c7bf1d2d753 (diff) | |
download | fpm-df9b01a652a37b968e29d32c24f3c690f130e890.tar.gz fpm-df9b01a652a37b968e29d32c24f3c690f130e890.zip |
Merge pull request #575 from awvwgk/build-dirs
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 |