Skip to content

Commit

Permalink
hack to remedy sass/libass#1223 fixes sass#3
Browse files Browse the repository at this point in the history
  • Loading branch information
drewwells committed May 22, 2015
1 parent c5bb65e commit efd45fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ libsass-build:
../libsass-src/configure --disable-shared --prefix=$(shell pwd) --disable-silent-rules --disable-dependency-tracking

lib: libsass-build
mv libsass-src/sass_version.h libsass-src/sass_version.hold
cp libsass-build/sass_version.h libsass-src/sass_version.h
cd libsass-build && make install
mv libsass-src/sass_version.hold libsass-src/sass_version.h

.PHONY: test
test:
Expand Down

0 comments on commit efd45fe

Please sign in to comment.