diff options
author | David Robillard <d@drobilla.net> | 2020-04-02 20:51:37 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-04-02 20:53:37 +0200 |
commit | 9c750a5fd75b7b63032f8369cf63fbfdcdf0157f (patch) | |
tree | 7f4c65c28e6ba92be8bc7c6a23254d74eb97787f /.gitmodules | |
parent | ac77923e2233547122343c9dcdb89be81bde896b (diff) | |
download | pugl-9c750a5fd75b7b63032f8369cf63fbfdcdf0157f.tar.gz pugl-9c750a5fd75b7b63032f8369cf63fbfdcdf0157f.tar.bz2 pugl-9c750a5fd75b7b63032f8369cf63fbfdcdf0157f.zip |
Switch to a submodule for autowaf and update to waf 2.0.19
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..cc8b569 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "waflib"] + path = waflib + url = ../../drobilla/autowaf.git |