mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 10:48:12 +02:00
Handle macos directory, which target name is now macosclassic
This commit is contained in:
parent
1bfcd45307
commit
5bc82beab3
@ -48,6 +48,8 @@ do
|
||||
case $d in
|
||||
darwin)
|
||||
TARGETS="darwin,ios,iphonesim" ;;
|
||||
macos)
|
||||
TARGETS="macosclassic" ;;
|
||||
*)
|
||||
TARGETS=$d
|
||||
esac
|
||||
@ -60,4 +62,4 @@ done
|
||||
#
|
||||
# That's all, folks!
|
||||
#
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user