Default makefiles to native platform
This commit is contained in:
parent
fc705c245e
commit
3c29c5dc4d
@ -9,7 +9,7 @@
|
|||||||
local cc = premake[_OPTIONS.cc]
|
local cc = premake[_OPTIONS.cc]
|
||||||
|
|
||||||
-- build a list of supported target platforms that also includes a generic build
|
-- build a list of supported target platforms that also includes a generic build
|
||||||
local platforms = premake.filterplatforms(prj.solution, cc.platforms)
|
local platforms = premake.filterplatforms(prj.solution, cc.platforms, "Native")
|
||||||
|
|
||||||
-- write a quick header
|
-- write a quick header
|
||||||
_p('# %s project makefile autogenerated by Premake', premake.actions[_ACTION].shortname)
|
_p('# %s project makefile autogenerated by Premake', premake.actions[_ACTION].shortname)
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
local cc = premake[_OPTIONS.cc]
|
local cc = premake[_OPTIONS.cc]
|
||||||
|
|
||||||
-- build a list of supported target platforms that also includes a generic build
|
-- build a list of supported target platforms that also includes a generic build
|
||||||
local platforms = premake.filterplatforms(sln, cc.platforms)
|
local platforms = premake.filterplatforms(sln, cc.platforms, "Native")
|
||||||
|
|
||||||
-- write a header showing the build options
|
-- write a header showing the build options
|
||||||
local cfgpairs = { }
|
local cfgpairs = { }
|
||||||
|
Loading…
Reference in New Issue
Block a user