diff options
author | 2015-04-04 19:57:12 +0200 | |
---|---|---|
committer | 2015-04-04 19:57:12 +0200 | |
commit | 9c6fa77b478e96f04ca5179f09681b0fb0bac9c3 (patch) | |
tree | 2b641edee8aeb17572db9b74d2ebc5864816acaa /scripts/src/osd/modules.lua | |
parent | ee0fd53c2826be565bd61482b6fbd5f9b32eaddf (diff) |
Implemented filtering of dependency files, only active if machine have awk or gawk installed (nw)
Diffstat (limited to 'scripts/src/osd/modules.lua')
-rw-r--r-- | scripts/src/osd/modules.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/src/osd/modules.lua b/scripts/src/osd/modules.lua index 6c427d54bf2..a0e0026bf4d 100644 --- a/scripts/src/osd/modules.lua +++ b/scripts/src/osd/modules.lua @@ -103,7 +103,6 @@ function osdmodulesbuild() local MOC = "" if (os.is("windows")) then - print("windows") MOC = "moc" else MOCTST = backtick("which moc-qt4 2>/dev/null") |