Updated mismatched android config to the value in the allowed stl table

This commit is contained in:
Paul Fox 2019-07-23 21:47:43 +10:00
parent 94f6d63d4c
commit 5fbd357d3a

View File

@ -125,7 +125,7 @@
["none"] = "system", ["none"] = "system",
["gabi++"] = "gabi++", ["gabi++"] = "gabi++",
["stlport"] = "stlport", ["stlport"] = "stlport",
["gnustl"] = "gnustl", ["gnu"] = "gnustl",
["libc++"] = "c++", ["libc++"] = "c++",
} }