Skip to content

Commit

Permalink
Fix flamewing-tools on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
andwn committed Feb 8, 2022
1 parent 3929e08 commit c55619d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/install_windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ If you plan on using `sik-tools`:
- `pacman -S mingw-w64-x86_64-libpng`

If you plan on using `flamewing-tools`:
- `pacman -S cmake mingw-w64-x86_64-boost`
- `pacman -S mingw-w64-x86_64-cmake mingw-w64-x86_64-boost`


### Option 1: Just extract the latest release
Expand Down
2 changes: 1 addition & 1 deletion flamewing-tools/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ GENERATOR = "Unix Makefiles"
MACFIX = true

ifeq ($(OS),Windows_NT)
GENERATOR = "MSYS Makefiles"
#GENERATOR = "MSYS Makefiles"
else
UNAME_S := $(shell uname -s)
ifeq ($(UNAME_S),Darwin)
Expand Down

0 comments on commit c55619d

Please sign in to comment.