litex: re-enable git support
If this is being checked out from the repo, users will want git support so that it will recursively clone. Signed-off-by: Sean Cross <sean@xobs.io>
This commit is contained in:
parent
e8f157d740
commit
b642686b23
2 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@
|
|||
# the build will finish without exiting due to missing third-party
|
||||
# programs.
|
||||
LX_DEPENDENCIES = ["icestorm"]
|
||||
LX_CONFIG = "skip-git"
|
||||
#LX_CONFIG = "skip-git"
|
||||
|
||||
# Import lxbuildenv to integrate the deps/ directory
|
||||
import os,sys
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
# the build will finish without exiting due to missing third-party
|
||||
# programs.
|
||||
LX_DEPENDENCIES = ["icestorm"]
|
||||
LX_CONFIG = "skip-git"
|
||||
#LX_CONFIG = "skip-git"
|
||||
|
||||
# Import lxbuildenv to integrate the deps/ directory
|
||||
import os,sys
|
||||
|
|
|
|||
Loading…
Reference in a new issue