diff options
-rw-r--r-- | ios/CustomTarget_iOS_setup.mk | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/ios/CustomTarget_iOS_setup.mk b/ios/CustomTarget_iOS_setup.mk index 07c6c6f2fd42..390236a29c5d 100644 --- a/ios/CustomTarget_iOS_setup.mk +++ b/ios/CustomTarget_iOS_setup.mk @@ -12,16 +12,16 @@ IOSGEN = $(BUILDDIR)/workdir/CustomTarget/ios IOSRES = $(IOSGEN)/resources IOSDIRS = $(IOSGEN) \ - $(IOSGEN)/Debug_x86_64 \ - $(IOSGEN)/Debug_arm64 \ - $(IOSGEN)/Release_x86_64 \ - $(IOSGEN)/Release_arm64 \ - $(IOSRES) \ - $(IOSRES)/services \ - $(IOSRES)/program \ - $(IOSRES)/share \ - $(IOSRES)/config \ - $(IOSRES)/filter + $(IOSGEN)/Debug_x86_64 \ + $(IOSGEN)/Debug_arm64 \ + $(IOSGEN)/Release_x86_64 \ + $(IOSGEN)/Release_arm64 \ + $(IOSRES) \ + $(IOSRES)/services \ + $(IOSRES)/program \ + $(IOSRES)/share \ + $(IOSRES)/config \ + $(IOSRES)/filter #- Top level ----------------------------------------------------------------- |