NJU-ProjectN / nemu

NJU EMUlator, a full system x86/mips32/riscv32/riscv64 emulator for teaching
Other
858 stars 184 forks source link

Fix linking issues on macOS #98

Closed Emin017 closed 3 months ago

Emin017 commented 3 months ago

This pull request addresses compile issues encountered on macOS by updating the configuration for SDL2 and LLVM.

Changes include:

The issues on macOS were caused by the installation paths of these packages being different from those on typical Linux systems, leading to linking problems during compiling.

These updates have been tested on:

The changes can also improve the build process's compatibility

sashimi-yzh commented 3 months ago

Thank you for the patch!