Added math.h into posix platform lib on Windows.
This commit is contained in:
committed by
alexander-gorshenev
parent
a47c2dff41
commit
85abe28267
@@ -1,5 +1,5 @@
|
|||||||
package = platform.posix
|
package = platform.posix
|
||||||
headers = stdio.h Windef.h Winsock2.h Ws2tcpip.h Ws2def.h io.h
|
headers = stdio.h Windef.h Winsock2.h Ws2tcpip.h Ws2def.h io.h math.h
|
||||||
compilerOpts = -DUNICODE -Wno-incompatible-pointer-types -Wno-deprecated-declarations
|
compilerOpts = -DUNICODE -Wno-incompatible-pointer-types -Wno-deprecated-declarations
|
||||||
linkerOpts = -lWs2_32
|
linkerOpts = -lWs2_32
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user