forked from KolibriOS/kolibrios
system/launch: Post-SVN clean up
- Move source code from `trunk` into program root directory. - Update build files.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
if tup.getconfig("NO_FASM") ~= "" then return end
|
||||
HELPERDIR = (tup.getconfig("HELPERDIR") == "") and "../../.." or tup.getconfig("HELPERDIR")
|
||||
HELPERDIR = (tup.getconfig("HELPERDIR") == "") and "../.." or tup.getconfig("HELPERDIR")
|
||||
tup.include(HELPERDIR .. "/use_fasm.lua")
|
||||
|
||||
add_include(HELPERDIR .. "/develop/libraries/libs-dev/libio")
|
Reference in New Issue
Block a user