Skip to content

Commit

Permalink
Merge pull request #12744 from AndreaCatania/patch-1
Browse files Browse the repository at this point in the history
Compile Android with STL enabled by default
  • Loading branch information
akien-mga authored Nov 8, 2017
2 parents 7b26b3b + e44408f commit 2cdfef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/android/detect.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def get_opts():
('ndk_platform', 'Target platform (android-<api>, e.g. "android-18")', "android-18"),
EnumVariable('android_arch', 'Target architecture', "armv7", ('armv7', 'armv6', 'arm64v8', 'x86')),
BoolVariable('android_neon', 'Enable NEON support (armv7 only)', True),
BoolVariable('android_stl', 'Enable Android STL support (for modules)', False),
BoolVariable('android_stl', 'Enable Android STL support (for modules)', True),
BoolVariable('ndk_unified_headers', 'Enable NDK unified headers', True)
]

Expand Down

0 comments on commit 2cdfef5

Please sign in to comment.