Skip to content

Commit d3f53aa

Browse files
committed
MAC_BUILD could now be specified
1 parent 0155d71 commit d3f53aa

3 files changed

Lines changed: 5 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ build/*
66
*/build/*
77
.vscode/*
88
*.auto.h
9+
inc/ae2f/Macro.h

Macro.h.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,6 @@
3939
#define ON 1
4040
#endif
4141

42+
#ifndef ae2f_MAC_BUILD
4243
#define ae2f_MAC_BUILD @ae2f_MAC_BUILD@
44+
#endif

inc/ae2f/Macro.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,6 @@
3939
#define ON 1
4040
#endif
4141

42+
#ifndef ae2f_MAC_BUILD
4243
#define ae2f_MAC_BUILD ON
44+
#endif

0 commit comments

Comments
 (0)