Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vercas committed Dec 23, 2016
1 parent 99e849b commit 305173c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions vmake-1.4.0-7.rockspec → vmake-1.4.1-8.rockspec
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package = "vmake"
version = "1.4.0-7"
version = "1.4.1-8"

source = {
url = "git://github.com/vercas/vMake",
tag = "v1.4.0",
tag = "v1.4.1",
}

description = {
Expand Down
9 changes: 5 additions & 4 deletions vmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ if arg then
end

local vmake, vmake__call, getEnvironment = {
Version = "1.4.0",
VersionNumber = 1004000,
Version = "1.4.1",
VersionNumber = 1004001,

Debug = false,
Silent = false,
Expand Down Expand Up @@ -4388,10 +4388,11 @@ end

function vmake__call()
vmake.ValidateAndDefault()
vmake.CheckArguments()
vmake.ExpandProperties()

vmake.ParallelOpts = vmake.Classes.List()
vmake.CheckArguments()

vmake.ExpandProperties()

if vmake.ShouldClean then
sh.silent("rm", "-Rf", outDir)
Expand Down

0 comments on commit 305173c

Please sign in to comment.