build: add libsass to build deps
Maybe this'll finally make the tests on pkg-build pass?
This commit is contained in:
parent
66193f604e
commit
8abb33d232
|
@ -9,5 +9,9 @@
|
||||||
("libsass-x86_64-win32" #:platform #rx"win32\\x86_64")))
|
("libsass-x86_64-win32" #:platform #rx"win32\\x86_64")))
|
||||||
(define build-deps '("racket-doc"
|
(define build-deps '("racket-doc"
|
||||||
"rackunit-lib"
|
"rackunit-lib"
|
||||||
"scribble-lib"))
|
"scribble-lib"
|
||||||
|
("libsass-i386-win32" #:platform #rx"win32\\i386")
|
||||||
|
("libsass-x86_64-linux" #:platform #rx"x86_64-linux")
|
||||||
|
("libsass-x86_64-macosx" #:platform #rx"x86_64-macosx")
|
||||||
|
("libsass-x86_64-win32" #:platform #rx"win32\\x86_64")))
|
||||||
(define scribblings '(("sass.scrbl")))
|
(define scribblings '(("sass.scrbl")))
|
||||||
|
|
Loading…
Reference in New Issue