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
|
# the build will finish without exiting due to missing third-party
|
||||||
# programs.
|
# programs.
|
||||||
LX_DEPENDENCIES = ["icestorm"]
|
LX_DEPENDENCIES = ["icestorm"]
|
||||||
LX_CONFIG = "skip-git"
|
#LX_CONFIG = "skip-git"
|
||||||
|
|
||||||
# Import lxbuildenv to integrate the deps/ directory
|
# Import lxbuildenv to integrate the deps/ directory
|
||||||
import os,sys
|
import os,sys
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
# the build will finish without exiting due to missing third-party
|
# the build will finish without exiting due to missing third-party
|
||||||
# programs.
|
# programs.
|
||||||
LX_DEPENDENCIES = ["icestorm"]
|
LX_DEPENDENCIES = ["icestorm"]
|
||||||
LX_CONFIG = "skip-git"
|
#LX_CONFIG = "skip-git"
|
||||||
|
|
||||||
# Import lxbuildenv to integrate the deps/ directory
|
# Import lxbuildenv to integrate the deps/ directory
|
||||||
import os,sys
|
import os,sys
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue