From 2309c5ec03eb09842814bcf03fffa8fa93999acf Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 6 Jun 2017 18:41:05 +0800 Subject: add find_library and remove some old codes --- xmake/platforms/linux/load.lua | 7 ------- 1 file changed, 7 deletions(-) (limited to 'xmake/platforms/linux/load.lua') diff --git a/xmake/platforms/linux/load.lua b/xmake/platforms/linux/load.lua index 58b543114..003b31909 100644 --- a/xmake/platforms/linux/load.lua +++ b/xmake/platforms/linux/load.lua @@ -28,13 +28,6 @@ import("core.project.config") -- load it function main() - -- init the file formats - _g.formats = {} - _g.formats.static = {"lib", ".a"} - _g.formats.object = {"", ".o"} - _g.formats.shared = {"lib", ".so"} - _g.formats.symbol = {"", ".sym"} - -- cross toolchains? if config.get("cross") or config.get("toolchains") or config.get("sdk") then -- cgit v1.3.1