Skip to content

Commit

Permalink
bugfix: changed varname so now it correctly uses the Source dir
Browse files Browse the repository at this point in the history
  • Loading branch information
zakarouf committed Mar 6, 2021
1 parent 5c5aeb6 commit 4a37e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cbuilder.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def argp(arg):
if i[1:] == "-clean" or i[1:] == 'c':
cleanEnabled= 1
elif i[1:] == "-build" or i[1:] == 'b':
source = arg[count+1]
gSourceCode = arg[count+1]
elif i[1:] == "-testdisable" or i[1:] == 't':
testEnabled = 0
elif i[1:] == "-testCommands" or i[1:] == 'm':
Expand Down

0 comments on commit 4a37e22

Please sign in to comment.