Fix cmd for c layer building 2

git-svn-id: svn://kolibrios.org@8309 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
maxcodehack 2020-12-03 10:15:48 +00:00
parent 15fb5fe771
commit 6990ff93f0

View File

@ -1,2 +1,2 @@
if tup.getconfig("NO_FASM") ~= "" then return end
tup.foreach_rule("*.asm", "fasm %f ", "../OBJ/%B.obj")
tup.foreach_rule("*.asm", "fasm %f %o", "../OBJ/%B.obj")