Skip to content
Snippets Groups Projects
Commit dfada42d authored by Ian Lynagh's avatar Ian Lynagh
Browse files

Add a case for kfreebsdgnu in Platforms.hs

parent 206413ef
No related branches found
No related tags found
No related merge requests found
......@@ -116,6 +116,8 @@ defaultTargetOS = OSSolaris2
defaultTargetOS = OSMinGW32
#elif freebsd_TARGET_OS
defaultTargetOS = OSFreeBSD
#elif kfreebsdgnu_TARGET_OS
defaultTargetOS = OSFreeBSD
#elif openbsd_TARGET_OS
defaultTargetOS = OSOpenBSD
#else
......
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