Skip to content

Commit 181ac28

Browse files
committed
Linking to m and pthread explicitly from DFPSR.DsrHead, to work on Raspberry Pi with the new build system.
1 parent cd26d28 commit 181ac28

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Source/DFPSR/DFPSR.DsrHead

+6
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ if Windows
2323
Message "Building for Windows\n"
2424
end if
2525

26+
# Standard math library
27+
Link "m"
28+
29+
# Standard threading library
30+
Link "pthread"
31+
2632
# Paths are relative to the current script, even if imported somewhere else
2733
# so we use .. to leave the Source/DFPSR folder and then go into the windowManagers folder.
2834
WindowManager = "../windowManagers/NoWindow.cpp"

0 commit comments

Comments
 (0)