diff options
| author | Ken Chen <[email protected]> | 2021-08-23 10:16:55 +1000 |
|---|---|---|
| committer | Ken Chen <[email protected]> | 2021-08-23 10:16:55 +1000 |
| commit | f284cdbecff38c2b72ee5c44e5484e16e1b3d89e (patch) | |
| tree | 64798f6063106e91a768a0166fff3f9e5e1e04f8 /Makefile | |
| parent | 3343e4da247d5862b091368e4c32f0b908df49c9 (diff) | |
| download | librazermacos-f284cdbecff38c2b72ee5c44e5484e16e1b3d89e.tar.xz librazermacos-f284cdbecff38c2b72ee5c44e5484e16e1b3d89e.zip | |
error message for unsupported headphone devices
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ CC=gcc # Flags and Header ARCHFLAGS=-arch arm64 -arch x86_64 OSFLAGS=-mmacosx-version-min=10.5 -CFLAGS=-Wall -framework CoreFoundation -framework IOKit +CFLAGS=-Wall -Wextra -framework CoreFoundation -framework IOKit all: sample_cli |
