Browse Source

Introjucer: added LOCAL_ARM_MODE flag for android.

tags/2021-05-28
jules 12 years ago
parent
commit
61e87b7ead
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      extras/Introjucer/Source/Project Saving/jucer_ProjectExport_Android.h

+ 1
- 0
extras/Introjucer/Source/Project Saving/jucer_ProjectExport_Android.h View File

@@ -403,6 +403,7 @@ private:
<< newLine
<< "include $(CLEAR_VARS)" << newLine
<< newLine
<< "LOCAL_ARM_MODE := arm" << newLine
<< "LOCAL_MODULE := juce_jni" << newLine
<< "LOCAL_SRC_FILES := \\" << newLine;


Loading…
Cancel
Save