mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-18 00:21:41 +03:00
Fixed iOS build after OR1 changes
This commit is contained in:
parent
9d8f3d2033
commit
ebca69c9fb
1 changed files with 3 additions and 0 deletions
3
config.sub
vendored
3
config.sub
vendored
|
|
@ -1404,6 +1404,9 @@ case $os in
|
|||
-mac*)
|
||||
os=`echo $os | sed -e 's|mac|macos|'`
|
||||
;;
|
||||
# Apple iOS
|
||||
-ios*)
|
||||
;;
|
||||
-linux-dietlibc)
|
||||
os=-linux-dietlibc
|
||||
;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue