Skip to content

Commit 1d76f7b

Browse files
committed
Rename VERSION to avoid build failure on macOS
1 parent b59cc16 commit 1d76f7b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,9 @@ cadical-download:
178178
@rm -Rf ../cadical
179179
@mv cadical-$(cadical_release) ../cadical
180180
@(cd ../cadical && ./configure)
181+
# Need to rename VERSION so that it isn't picked up by `#include<version>` on
182+
# macOS which is case insensitive
183+
@(cd ../cadical && mv VERSION VERSION.txt)
181184
@$(RM) $(cadical_release).tar.gz
182185

183186
doc :

0 commit comments

Comments
 (0)