mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2025-09-10 04:23:24 -04:00
5 lines
141 B
Lua
5 lines
141 B
Lua
if tup.getconfig("NO_FASM") ~= "" then return end
|
|
tup.rule("entropyview.asm", "fasm %f %o " .. tup.getconfig("KPACK_CMD"), "entropyview")
|
|
|
|
|