Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit cdb2c44

Browse files
committed
Update build after libsass source re-organization
1 parent 68aec2e commit cdb2c44

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Build.PL

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,8 @@ my %config = (
206206
) : (),
207207
extra_cpp_compiler_flags => [ '-std=c++0x' ],
208208
extra_linker_flags => ($cover ? '-lgcov -fprofile-arcs -ftest-coverage' : ''),
209-
c_source => { 'libsass' => [ sort qw(
209+
include_dirs => [ "libsass/include" ],
210+
c_source => { 'libsass' => [ sort map { join "/", "src", $_ } qw(
210211
ast.cpp sass2scss.cpp node.cpp sass_util.cpp remove_placeholders.cpp json.cpp
211212
base64vlq.cpp bind.cpp constants.cpp context.cpp plugins.cpp color_maps.cpp
212213
error_handling.cpp eval.cpp expand.cpp cencode.c functions.cpp inspect.cpp

libsass

Submodule libsass updated 117 files

0 commit comments

Comments
 (0)