Skip to content

Commit f41579a

Browse files
committed
Include b64 headers
1 parent cc36eda commit f41579a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ include libsass/*.hpp
33
include libsass/*.cpp
44
include libsass/Makefile
55
include libsass/Makefile.am
6+
include libsass/b64/*.h
67
include libsass/utf8/*.h
78
include win32/*.h
89
include test/*.scss

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
os.path.join(LIBSASS_DIR, 'win32', 'unistd.h'),
5454
]
5555
libsass_headers.extend(glob.glob('*.hpp'))
56-
include_dirs = ['utf8']
56+
include_dirs = ['b64', 'utf8']
5757
sources = ['pysass.cpp']
5858
sources.extend([os.path.join(LIBSASS_DIR, s) for s in libsass_sources])
5959

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy