Kaydet (Commit) 8c298839 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Don't build skeletonmaker for iOS

üst 9cc346dc
......@@ -35,6 +35,12 @@ LIBTARGET := NO
ENABLE_EXCEPTIONS := TRUE
.INCLUDE: settings.mk
.IF "$(OS)" == "IOS"
all:
@echo No point in build-time executables for this platform
.ENDIF
.INCLUDE : $(PRJ)$/unodevtools.pmk
APP1TARGET = $(TARGET)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment