Skip to content

Commit

Permalink
macOS: fixed lipo usage for non-x86_64 arch (e.g. for arm64)
Browse files Browse the repository at this point in the history
  • Loading branch information
NicSavichev committed Dec 11, 2024
1 parent 78bff78 commit f84ccec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prog/_jBuild/macOS/clang-link.jam
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ rule ProcessLinkTarget
Depends $(dest) : $(t) ;
file on $(dest) = $(t:D=) ;
post_copy_cmd on $(dest) = call chmod +x $(Root)/prog/_jBuild/macOS/lipo_dylib "
" call $(Root)/prog/_jBuild/macOS/lipo_dylib x86_64 $(dest) "
" call $(Root)/prog/_jBuild/macOS/lipo_dylib $(PlatformArch) $(dest) "
" set errorlevel=0 ;
raw_copy_file $(dest) : $(t) ;
Depends $(OutDir)/$(Target) : $(dest) ;
Expand Down

0 comments on commit f84ccec

Please sign in to comment.