diff --git a/rtl/regenmakefiles.sh b/rtl/regenmakefiles.sh index 72db0043df..87b305b4ee 100755 --- a/rtl/regenmakefiles.sh +++ b/rtl/regenmakefiles.sh @@ -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! # - \ No newline at end of file +