Skip to content

Commit

Permalink
Fix regex
Browse files Browse the repository at this point in the history
  • Loading branch information
ileanadumitrescu95 committed Jun 20, 2024
1 parent 95b946f commit 366b1f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions patches/0001-m4-Disable-chained-fixups-for-macOS.patch
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ index 1187330a..7f8ac371 100644
+ macos_version=`sw_vers -productVersion`
+ echo "\$macos_version: $macos_version"
+ case $macos_version in
+ 11.[3-7]*|1[2-4]*)
+ 11.[[3-7]]*|1[[2-4]]*)
+ xcode_version=`pkgutil --pkg-info=com.apple.pkg.CLTools_Executables`
+ echo "\$xcode_version: $xcode_version"
+ case $xcode_version in
+ 1[3-5]*)
+ 1[[3-5]]*)
+ _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup -no_fixup_chains' ;;
+ *)
+ ;;
Expand Down

0 comments on commit 366b1f5

Please sign in to comment.