fix for win32
This commit is contained in:
@@ -40,9 +40,11 @@ sub _init {
|
||||
# TODO
|
||||
# take and process options :-)
|
||||
|
||||
my @renderer_paths = $app ? map { abs_path($_) } grep { -d $_ } @{ $app->renderer->paths } : ();
|
||||
|
||||
my %config = (
|
||||
( $app
|
||||
? (INCLUDE_PATH => (join ":", map { abs_path($_) } @{$app->renderer->paths}))
|
||||
( @renderer_paths > 0
|
||||
? (INCLUDE_PATH => join(":", @renderer_paths))
|
||||
: ()
|
||||
),
|
||||
COMPILE_EXT => '.ttc',
|
||||
|
||||
Reference in New Issue
Block a user