mirror of
https://github.com/cc65/cc65.git
synced 2025-02-25 16:29:08 +00:00
Revert "don't define DYN_DRV for targets which don't predefine it"
This reverts commit 29671f5f06066c2faaf5319a7bded3ef87bf1c50.
This commit is contained in:
parent
2c975d3642
commit
132d57f1ad
@ -30,6 +30,12 @@
|
|||||||
*/
|
*/
|
||||||
# undef DYN_DRV
|
# undef DYN_DRV
|
||||||
# define DYN_DRV 0
|
# define DYN_DRV 0
|
||||||
|
#else
|
||||||
|
|
||||||
|
/* Use a dynamically loaded driver, by default. */
|
||||||
|
# ifndef DYN_DRV
|
||||||
|
# define DYN_DRV 1
|
||||||
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user