Skip to content

Commit

Permalink
Fix typo...
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnoel Ancheta committed Apr 10, 2024
1 parent 4f93cf7 commit dd6ccb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ifeq ($(OS),Windows_NT)
endif
else
ifeq ($(wildcard ../utilities/mingw/bin/g++.exe),../utilities/mingw/bin/g++.exe)
PATH:=$(abspath /../utilities/mingw/bin);$(PATH)
PATH:=$(abspath ../utilities/mingw/bin);$(PATH)
endif
endif
endif
Expand Down

0 comments on commit dd6ccb3

Please sign in to comment.