Skip to content

Commit 14d1aa0

Browse files
committedNov 12, 2019
Try to make it build with docker
1 parent 757b034 commit 14d1aa0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ ifeq ($(UNAME_S),"Darwin")
1010
endif
1111

1212
all :
13-
@echo "Compiling ext/text_width ..."
14-
rake compile
13+
# @echo "Compiling ext/text_width ..."
14+
# rake compile
1515
@echo "Compiling libxlsxwriter ..."
1616
ifdef USE_CMAKE
1717
@echo "run cmake libxlsxwriter ..."

0 commit comments

Comments
 (0)