diff options
| author | ruki <[email protected]> | 2016-01-14 11:52:48 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2016-01-14 11:52:48 +0800 |
| commit | 68a341347319f58cfb20fc6c4c4c0feed9b01252 (patch) | |
| tree | bf3a5350d963c8c785b5e4c771f84753d2ec81cc /xmake/core/base/makefile.lua | |
| parent | cdcf953259aee5e7e1a06855ddbedbaabf585bc9 (diff) | |
move platform directory
Diffstat (limited to 'xmake/core/base/makefile.lua')
| -rw-r--r-- | xmake/core/base/makefile.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/base/makefile.lua b/xmake/core/base/makefile.lua index 826310d1a..3521dfb9c 100644 --- a/xmake/core/base/makefile.lua +++ b/xmake/core/base/makefile.lua @@ -34,7 +34,7 @@ local project = require("base/project") local linker = require("base/linker") local compiler = require("base/compiler") local tools = require("tools/tools") -local platform = require("platform/platform") +local platform = require("base/platform") -- make object for the *.[o|obj] source file function makefile._make_object_for_object(file, target, srcfile, objfile) |
