Skip to content

Commit

Permalink
FIX: add missing library dependency for request-dir function on Win…
Browse files Browse the repository at this point in the history
…dows
  • Loading branch information
Oldes committed Jan 13, 2021
1 parent 40ddbf3 commit 9723d43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/systems.reb
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ linker-flags: [
LLOG: "-llog" ; on Android, link with liblog.so
ARC: "-arch i386" ; x86 32 bit architecture (OSX)
M32: "-m32" ; use 32-bit memory model (Linux x64)
W32: "-lwsock32 -lcomdlg32 -lgdi32 -lwinmm -lComctl32 -lUxTheme -lopengl32"
W32: "-lwsock32 -lcomdlg32 -lgdi32 -lwinmm -lComctl32 -lUxTheme -lopengl32 -lOle32"
WIN: "-mwindows" ; build as Windows GUI binary
CON: "-mconsole" ; build as Windows Console binary
S4M: "-Wl,--stack=4194300"
Expand Down

0 comments on commit 9723d43

Please sign in to comment.