Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[cpu] Make runtime library build on Linux too (#75)
macOS gcc supports `-rpath` directly in the compilation driver, but on Linux we need to pass it directly to the linker. Fortunately this works on macOS too.
- Loading branch information