File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed
Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -3250,13 +3250,11 @@ int main (int argc, char* argv[]) {
32503250 writeFile (paths.pathResourcesRelativeToUserBuild / " Credits.html" , credits);
32513251
32523252 fs::create_directories (paths.pathPackage / pathBase / " MacOS" );
3253- if (flagCodeSign) {
3254- fs::copy (
3255- trim (prefixFile (" lib/" + platform.arch + " -desktop/libomp.dylib" )),
3256- paths.pathPackage / pathBase / " MacOS" / " libomp.dylib" ,
3257- fs::copy_options::overwrite_existing
3258- );
3259- }
3253+ fs::copy (
3254+ trim (prefixFile (" lib/" + platform.arch + " -desktop/libomp.dylib" )),
3255+ paths.pathPackage / pathBase / " MacOS" / " libomp.dylib" ,
3256+ fs::copy_options::overwrite_existing
3257+ );
32603258 }
32613259
32623260 if (platform.mac && isForDesktop) {
You can’t perform that action at this time.
0 commit comments