build: add libsass to build deps

Maybe this'll finally make the tests on pkg-build pass?
This commit is contained in:
Bogdan Popa 2019-10-07 09:43:07 +03:00
parent 66193f604e
commit 8abb33d232
1 changed files with 5 additions and 1 deletions

View File

@ -9,5 +9,9 @@
("libsass-x86_64-win32" #:platform #rx"win32\\x86_64")))
(define build-deps '("racket-doc"
"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")))