Delete unnecessary -lraylib

master
NotNik hace 5 años
padre
commit
09bc64f760
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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` -lraylib
cc yourgame.c `pkg-config --libs --cflags raylib`
```
You may get an error, complaining that the `pkg-config` command was not found. You can use `brew install pkgconfig` to fix that.

Cargando…
Cancelar
Guardar