diff options
Diffstat (limited to 'Examples/android/class/Makefile')
-rw-r--r-- | Examples/android/class/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/android/class/Makefile b/Examples/android/class/Makefile index 6155d9494..cef405ece 100644 --- a/Examples/android/class/Makefile +++ b/Examples/android/class/Makefile @@ -5,7 +5,7 @@ INTERFACE = example.i INTERFACEDIR = jni/ PACKAGEDIR = src/org/swig PACKAGENAME= org.swig.classexample -SWIGOPT = -package $(PACKAGENAME) -outdir $(PACKAGEDIR)/classexample +SWIGOPT = -package $(PACKAGENAME) -outdir $(PACKAGEDIR)/classexample PROJECTNAME= SwigClass TARGETID = 1 #INSTALLOPTIONS = -s # To install on SD Card |