Skip to content

Commit 0a57429

Browse files
allow compiling on linux x86
1 parent 15dc56c commit 0a57429

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

src/com/raylib/RaylibConfig.java

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,12 @@
3030
),
3131
@Platform(
3232
value = {"linux-x86_64"},
33-
linkpath = {"/usr/lib/x86_64-linux-gnu"}, // "/home/richard/jaylib/lib/linux"
33+
linkpath = {"/usr/lib/x86_64-linux-gnu"},
34+
link = {"X11", "raylib"}
35+
),
36+
@Platform(
37+
value = {"linux-x86"},
38+
linkpath = {"/usr/lib/i386-linux-gnu"},
3439
link = {"X11", "raylib"}
3540
),
3641
@Platform(

0 commit comments

Comments
 (0)