Skip to content

Commit

Permalink
Add -luuid
Browse files Browse the repository at this point in the history
  • Loading branch information
emillon committed Jul 19, 2022
1 parent 3e59db7 commit ac117f9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions boot/libs.ml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ let link_flags =
; "-cclib"
; "-framework CoreServices"
])
; ("win32", [ "-cclib"; "-lshell32"; "-cclib"; "-lole32" ])
; ("win64", [ "-cclib"; "-lshell32"; "-cclib"; "-lole32" ])
; ("mingw32", [ "-cclib"; "-lshell32"; "-cclib"; "-lole32" ])
; ("mingw64", [ "-cclib"; "-lshell32"; "-cclib"; "-lole32" ])
; ("win32", [ "-cclib"; "-lshell32"; "-cclib"; "-lole32" ; "-cclib"; "-luuid" ])
; ("win64", [ "-cclib"; "-lshell32"; "-cclib"; "-lole32" ; "-cclib"; "-luuid" ])
; ("mingw32", [ "-cclib"; "-lshell32"; "-cclib"; "-lole32"; "-cclib"; "-luuid" ])
; ("mingw64", [ "-cclib"; "-lshell32"; "-cclib"; "-lole32"; "-cclib"; "-luuid" ])
]

0 comments on commit ac117f9

Please sign in to comment.