fgsfdsfgs / sm64-port

PS2, PS3, OG Xbox and DOS ports of sm64-port.
https://discord.gg/7bcNTPK
243 stars 38 forks source link

ps2-audsrv does not clone or build (PS2) #3

Closed stranno closed 3 years ago

stranno commented 3 years ago

Hey fgfdsfgs, there's something wrong in the Makefile with the audsrv module. I had to clone and build it in the ps2 subfolder in order to compile the new version.

Greetings.

fgsfdsfgs commented 3 years ago

Did you forget to clone with --recursive or do git submodule update after cloning? This is normal Git procedure for repos with submodules.

stranno commented 3 years ago

My apologies, you are right. I forget that.