You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
594 B
16 lines
594 B
diff -up ./Makefile.orig ./Makefile
|
|
--- ./Makefile.orig 2016-04-23 11:23:54.000000000 +0200
|
|
+++ ./Makefile 2016-08-23 17:04:39.406832259 +0200
|
|
@@ -196,9 +196,8 @@ install: $(DESTDIR)$(PREFIX)/$(SASSC_EXE
|
|
build-static: $(RESOURCES) $(OBJECTS) $(LIB_STATIC)
|
|
$(CC) $(LDFLAGS) -o $(SASSC_EXE) $^ $(LDLIBS)
|
|
|
|
-build-shared: $(RESOURCES) $(OBJECTS) $(LIB_SHARED)
|
|
- $(CC) $(LDFLAGS) -o $(SASSC_EXE) $^ $(LDLIBS)
|
|
- $(CP) $(LIB_SHARED) bin/.
|
|
+build-shared: $(RESOURCES) $(OBJECTS)
|
|
+ $(CC) $(LDFLAGS) -o $(SASSC_EXE) $^ $(LDLIBS) -lsass
|
|
|
|
$(LIB_STATIC): libsass-static
|
|
$(LIB_SHARED): libsass-shared
|