diff options
| author | Ray <[email protected]> | 2019-05-14 00:07:44 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2019-05-14 00:07:44 +0200 |
| commit | 6f7b721d81c46718ae522e4a05e16c93711faefb (patch) | |
| tree | 8644e950fbcd9908c5ce5d220026910b4e22ba51 /src/physac.h | |
| parent | 6804c2189e07a661ef975146c288619589c90731 (diff) | |
| parent | 00431396b0b516b2296c17e5e5b5fd9e72bacfec (diff) | |
| download | raylib-6f7b721d81c46718ae522e4a05e16c93711faefb.tar.gz raylib-6f7b721d81c46718ae522e4a05e16c93711faefb.zip | |
Merge branch 'master' of https://github.com/raysan5/raylib
Diffstat (limited to 'src/physac.h')
| -rw-r--r-- | src/physac.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/physac.h b/src/physac.h index 038361a4..374aa4bc 100644 --- a/src/physac.h +++ b/src/physac.h @@ -43,7 +43,7 @@ * NOTE 2: Physac requires static C library linkage to avoid dependency on MinGW DLL (-static -lpthread) * * Use the following code to compile: -* gcc -o $(NAME_PART).exe $(FILE_NAME) -s -static -lraylib -lpthread -lopengl32 -lgdi32 -std=c99 +* gcc -o $(NAME_PART).exe $(FILE_NAME) -s -static -lraylib -lpthread -lopengl32 -lgdi32 -lwinmm -std=c99 * * VERY THANKS TO: * Ramon Santamaria (github: @raysan5) |
