diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-02-18 13:01:12 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-02-18 13:01:12 +0200 |
commit | af50e2603fd0f877d0f96da1562b0deda0590b70 (patch) | |
tree | c81af5e2565aca994aaf37b0bf6694c50cb52eee /README-GIT | |
parent | d72ebf3ae3a638cefd8b11ae897eb491a19cac12 (diff) |
Add support for building with build2
Diffstat (limited to 'README-GIT')
-rw-r--r-- | README-GIT | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/README-GIT b/README-GIT new file mode 100644 index 0000000..859c710 --- /dev/null +++ b/README-GIT @@ -0,0 +1,4 @@ +The checked out odb/qt/version-build2.hxx will be overwritten during the build +process but these changes should be ignored. To do this automatically, run: + +git update-index --assume-unchanged odb/qt/version-build2.hxx |