Browse Source

Handle macos directory, which target name is now macosclassic

Pierre Muller 2 years ago
parent
commit
5bc82beab3
1 changed files with 3 additions and 1 deletions
  1. 3 1
      rtl/regenmakefiles.sh

+ 3 - 1
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!
 #
- 
+