Skip to content

Commit 8e7e65a

Browse files
authored
Merge pull request #1176 from LourensVeen/fix_mesa_r15140_build_patches
Fix MESA build I broke in 420dbe5
2 parents 57cc1ff + 8522b69 commit 8e7e65a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/amuse_mesa_r15140/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ src/mesa-$(MESA_VERSION).zip:
4242

4343
MESA_DIR := src/mesa-$(MESA_VERSION)
4444

45-
PATCHES := $(shell cat patches/series)
45+
PATCHES := $(shell cat patches/series_mesa)
4646

4747
$(MESA_DIR): src/mesa-$(MESA_VERSION).zip
4848
cd src && unzip -q ../$<

0 commit comments

Comments
 (0)