mirror of
https://github.com/RPCS3/libusb.git
synced 2026-07-19 21:03:32 -04:00
git: Don't ignore platform config.h
The android and Xcode config.h headers were being ignored.
This commit is contained in:
committed by
Ludovic Rousseau
parent
05b0b55b75
commit
b06b4d101b
@@ -20,6 +20,8 @@ compile
|
||||
config.guess
|
||||
config.h*
|
||||
!msvc/config.h
|
||||
!android/config.h
|
||||
!Xcode/config.h
|
||||
.vs
|
||||
config.log
|
||||
config.status
|
||||
|
||||
@@ -1 +1 @@
|
||||
#define LIBUSB_NANO 11196
|
||||
#define LIBUSB_NANO 11197
|
||||
|
||||
Reference in New Issue
Block a user