Skip to content
Snippets Groups Projects
Commit ecc6462e authored by Duncan Coutts's avatar Duncan Coutts
Browse files

Use os(windows) not os(win32) in user guide configurations example

Spotted by Spencer Janssen
parent ba992cf0
No related branches found
No related tags found
No related merge requests found
......@@ -1129,7 +1129,7 @@ Library
if flag(debug)
GHC-Options: -DDEBUG
if !os(win32)
if !os(windows)
CC-Options: "-DDEBUG"
else
CC-Options: "-DNDEBUG"
......@@ -1183,7 +1183,7 @@ Library {
Extensions: CPP
if flag(debug) {
GHC-Options: -DDEBUG
if !os(win32) {
if !os(windows) {
CC-Options: "-DDEBUG"
} else {
CC-Options: "-DNDEBUG"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment