Skip to content

Commit 3695826

Browse files
committed
Modifying Makefile to ignore errors about missing directories for brew installs on MacOS
1 parent 9bdef7d commit 3695826

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ make_runLibDepsConsfigureScripts:
188188
CC="$(CC)" CCLD="$(LD)" CXX="$(CXX)" CXXLD="$(LD)" \
189189
/bin/bash ./configure --enable-static --disable-shared --with-pic --enable-cxx \
190190
--disable-assembly gmp_cv_asm_underscore=yes
191-
@cd $(LIBGOMPDIR) && rm -f ./shtool && cp libtool-dist libtool && \
191+
@cd $(LIBGOMPDIR) && rm -f ./shtool && cp -Rp libtool-dist libtool && \
192192
CC="$(CC_LIBGOMP)" \
193193
FC="$(GFORTRAN)" \
194194
CFLAGS="$(CFLAGS_LIBGOMP)" \

0 commit comments

Comments
 (0)