mirror of
https://github.com/cc65/cc65.git
synced 2025-01-26 17:36:57 +00:00
Merge pull request #127 from groessler/something_to_pull
mousetest.c: don't set DYN_DRV to 1 for targets which don't predefine it
This commit is contained in:
commit
984195f976
@ -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
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user