diff options
author | 2016-11-27 09:56:49 +1100 | |
---|---|---|
committer | 2016-11-27 09:56:49 +1100 | |
commit | 7238415d1f30cae0b47e54dd04eb0b5e558c132e (patch) | |
tree | 3829a830029d7b31878bb9f67dec4d8d519f1e62 /scripts/src/main.lua | |
parent | 1637c91a5ccf77dae40a3edab7af1e0b64b92bf7 (diff) |
srcclean (nw)
Diffstat (limited to 'scripts/src/main.lua')
-rw-r--r-- | scripts/src/main.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/src/main.lua b/scripts/src/main.lua index a5559ef151b..ccc0eb30236 100644 --- a/scripts/src/main.lua +++ b/scripts/src/main.lua @@ -86,7 +86,7 @@ end } configuration "**/scripts/resources/uwp/assets/*.png" flags { "DeploymentContent" } - + -- Effects and Shaders configuration { "winstore*" } files { @@ -233,7 +233,7 @@ end } if (STANDALONE~=true) then links { - "frontend", + "frontend", } end if (MACHINES["NETLIST"]~=null) then |