just a small addition, because it doesn't run for me

master
ben.txt 5 년 전
부모
커밋
916836554f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      Working-on-macOS.md

+ 1
- 1
Working-on-macOS.md

@ -24,7 +24,7 @@ _Steps:_
```
- raylib installs a pkg-config file, which describes the necessary compilation and linker flags to use it with `yourgame`:
```
cc yourgame.c `pkg-config --libs --cflags raylib`
cc yourgame.c `pkg-config --libs --cflags raylib` -lraylib
```
You may get an error, complaining that the `pkg-config` command was not found. You can use `brew install pkgconfig` to fix that.

불러오는 중...
취소
저장