1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-11 05:29:33 +00:00

don't define DYN_DRV for targets which don't predefine it

This commit is contained in:
Christian Groessler 2014-06-01 19:18:57 +02:00
parent 919bdbd347
commit 29671f5f06

View File

@ -30,12 +30,6 @@
*/
# undef DYN_DRV
# define DYN_DRV 0
#else
/* Use a dynamically loaded driver, by default. */
# ifndef DYN_DRV
# define DYN_DRV 1
# endif
#endif