Skip to content

Commit

Permalink
Linking to m and pthread explicitly from DFPSR.DsrHead, to work on Ra…
Browse files Browse the repository at this point in the history
…spberry Pi with the new build system.
  • Loading branch information
Dawoodoz committed Apr 8, 2024
1 parent cd26d28 commit 181ac28
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Source/DFPSR/DFPSR.DsrHead
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ if Windows
Message "Building for Windows\n"
end if

# Standard math library
Link "m"

# Standard threading library
Link "pthread"

# Paths are relative to the current script, even if imported somewhere else
# so we use .. to leave the Source/DFPSR folder and then go into the windowManagers folder.
WindowManager = "../windowManagers/NoWindow.cpp"
Expand Down

0 comments on commit 181ac28

Please sign in to comment.