This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
Introjucer: added LOCAL_ARM_MODE flag for android.
tags/2021-05-28
jules
12 years ago
parent
4a5380171a
commit
61e87b7ead
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
Write
Preview
Loading…
Cancel
Save