Skip to content

Commit

Permalink
attempt to fix saving of original OMDEV
Browse files Browse the repository at this point in the history
  • Loading branch information
adrpo committed Sep 7, 2023
1 parent 9ebcf80 commit 80c7f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.omdev.mingw
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ endif
ifndef MSYSTEM_PREFIX
$(error Environment variable MSYSTEM_PREFIX not set. Is this a msys2 shell?)
endif
OMDEV_ORIGINAL = $$OMDEV
OMDEV_ORIGINAL = $$(OMDEV)
OMDEV = $(shell cygpath $$OMDEV)
OMDEV_MSYS = $(shell cygpath $$OMDEV_MSYS)
MSYSTEM_PREFIX = $(shell cygpath $$MSYSTEM_PREFIX)
Expand Down

0 comments on commit 80c7f54

Please sign in to comment.