Skip to content

Commit

Permalink
fix(mac): stupid sed in macos15...
Browse files Browse the repository at this point in the history
  • Loading branch information
alekmaul committed Jun 10, 2024
1 parent 90496cf commit 08649ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pvsneslib/source/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ else
$(CC) $(CFLAGS) -Wall -c $< -o $@
endif
endif
ifeq ($(OPERATING_SYSTEM),"darwin")
ifeq ($(UNAME), Darwin)
sed -i '' 's/.include "hdr.asm"//' $@
else
sed -i 's/.include "hdr.asm"//' $@
Expand Down

0 comments on commit 08649ad

Please sign in to comment.