Remove OpenMP libraries from link list

This commit is contained in:
Martin Kroeker 2020-02-07 16:02:17 +01:00 committed by GitHub
parent 5989841524
commit d55b10830f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -321,6 +321,7 @@ $linker_a = "";
&& ($flags !~ /kernel32/)
&& ($flags !~ /advapi32/)
&& ($flags !~ /shell32/)
&& ($flags !~ /omp/)
) {
$linker_l .= $flags . " "
}