Skip to content

Commit

Permalink
Add option to ignore user opts file
Browse files Browse the repository at this point in the history
  • Loading branch information
MaJerle committed Aug 21, 2020
1 parent 10db799 commit 2719f52
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lwow/src/include/lwow/lwow_opt.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@
#define LWOW_HDR_OPT_H

/* Include application options */
#ifndef LWOW_IGNORE_USER_OPTS
#include "lwow_opts.h"
#endif /* LWOW_IGNORE_USER_OPTS */

#ifdef __cplusplus
extern "C" {
Expand Down

0 comments on commit 2719f52

Please sign in to comment.