Skip to content

Commit c55619d

Browse files
committed
Fix flamewing-tools on Windows
1 parent 3929e08 commit c55619d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/install_windows.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ If you plan on using `sik-tools`:
2929
- `pacman -S mingw-w64-x86_64-libpng`
3030

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

3434

3535
### Option 1: Just extract the latest release

flamewing-tools/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ GENERATOR = "Unix Makefiles"
66
MACFIX = true
77

88
ifeq ($(OS),Windows_NT)
9-
GENERATOR = "MSYS Makefiles"
9+
#GENERATOR = "MSYS Makefiles"
1010
else
1111
UNAME_S := $(shell uname -s)
1212
ifeq ($(UNAME_S),Darwin)

0 commit comments

Comments
 (0)