Skip to content

Commit

Permalink
Fix raylib for linux for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Suarez committed Feb 4, 2025
1 parent 0cb9a31 commit bda11c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build_ocean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ fi

FLAGS=(
-Wall
-I./raylib/include
-I./raylib-5.0_linux_amd64/include
-I./pufferlib
"$SRC_DIR/$ENV.c" -o "$ENV"
./raylib/lib/libraylib.a
./raylib-5.0_linux_amd64/lib/libraylib.a
-lm
-lpthread
-DPLATFORM_DESKTOP
Expand Down

0 comments on commit bda11c6

Please sign in to comment.