From 6292b0f0938625902da6e3deec4877e409007708 Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 28 May 2015 10:17:32 +0800 Subject: add some compiler options for macosx --- xmake/scripts/platform/android/_android.lua | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'xmake/scripts/platform/android/_android.lua') diff --git a/xmake/scripts/platform/android/_android.lua b/xmake/scripts/platform/android/_android.lua index a7e8806df..112d464dd 100644 --- a/xmake/scripts/platform/android/_android.lua +++ b/xmake/scripts/platform/android/_android.lua @@ -38,11 +38,11 @@ _android._PROBER = require("platform/android/_prober") -- make configure function _android.make(configs) - -- init the file name formats - configs.formats = {} - configs.formats.static = {"lib", ".a"} - configs.formats.object = {"", ".o"} - configs.formats.shared = {"", ".so"} + -- init the file name format + configs.format = {} + configs.format.static = {"lib", ".a"} + configs.format.object = {"", ".o"} + configs.format.shared = {"", ".so"} end -- cgit v1.3.1