mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-24 21:09:15 +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
|
case $d in
|
||||||
darwin)
|
darwin)
|
||||||
TARGETS="darwin,ios,iphonesim" ;;
|
TARGETS="darwin,ios,iphonesim" ;;
|
||||||
|
macos)
|
||||||
|
TARGETS="macosclassic" ;;
|
||||||
*)
|
*)
|
||||||
TARGETS=$d
|
TARGETS=$d
|
||||||
esac
|
esac
|
||||||
|
Loading…
Reference in New Issue
Block a user