
Since that requires `racket/draw', which requires libcairo, which is missing on some build machines. It might be needed in the future, but for now it's better to make it easier to add build machines.
6 lines
182 B
Racket
6 lines
182 B
Racket
#lang setup/infotab
|
|
|
|
;; compiling the wxme files requires `racket/draw' which fails on build
|
|
;; machines without libcairo. So avoid compiling them.
|
|
(define compile-omit-paths 'all)
|