diff options
author | Teddy Wing | 2018-11-21 09:20:28 +0100 |
---|---|---|
committer | Teddy Wing | 2018-11-21 09:20:28 +0100 |
commit | 13b03a4e78f0b0f211686882ce3aef8a194ab4b4 (patch) | |
tree | de39ec4af5194469c800159639aa24c385b2f9f4 /.gitmodules | |
parent | ea96752ac0d14127be46858b009c06bb6c0d4d91 (diff) | |
download | DomeKey-13b03a4e78f0b0f211686882ce3aef8a194ab4b4.tar.bz2 |
Switch to a fork of DDHidLib
Corrects this warning:
DDHidLib/lib/DDHidQueue.m:27:9: warning: non-portable path
to file '"DDHidEvent.h"'; specified path differs in case from file name on disk
[-Wnonportable-include-path]
#import "DDHIdEvent.h"
^~~~~~~~~~~~~~
"DDHidEvent.h"
1 warning generated.
I had made the change locally a long time ago, but it's now committed
and published publicly.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index e7c4e50..41e9ecd 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "lib/DDHidLib"] path = lib/DDHidLib - url = https://github.com/Daij-Djan/DDHidLib.git + url = https://github.com/teddywing/DDHidLib.git [submodule "lib/dome-key-map"] path = lib/dome-key-map url = ../dome-key-map |