11 lines
278 B
Text
11 lines
278 B
Text
|
|
;; This library just contain the entry point for ppx drivers. It must
|
||
|
|
;; be linked after all other libraries and units.
|
||
|
|
|
||
|
|
(library
|
||
|
|
(name ppxlib_runner_as_ppx)
|
||
|
|
(public_name ppxlib.runner_as_ppx)
|
||
|
|
(library_flags -linkall)
|
||
|
|
(flags
|
||
|
|
(:standard -safe-string))
|
||
|
|
(libraries ppxlib))
|