Skip to content

Commit a79fa84

Browse files
committed
Compile by default
1 parent d5afc6a commit a79fa84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/JaiBox2D/generate.jai

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AT_COMPILE_TIME :: true;
22

3-
COMPILE :: false; // Enable to compile the library from source before generating bindings
3+
COMPILE :: true; // Enable to compile the library from source before generating bindings
44
COMPILE_DEBUG :: false; // Compile a debug or release version, debug generates a more useful stacktrace if your program crashes in Box2D
55

66
// We provide box-2.4.1 souce code you could download a different one, update this path and re-generate the bindings.

0 commit comments

Comments
 (0)