Skip to content
This repository was archived by the owner on Mar 5, 2023. It is now read-only.

Commit b5d3d6e

Browse files
committed
Minor layout fixes;
Updated ext libs;
1 parent a89e1e0 commit b5d3d6e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+40
-37
lines changed

build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def buildAllCmake():
8383
def timed(fun, name):
8484
startTime = time.time()
8585
fun()
86-
print("Built {} in {:.3}s".format(name, time.time() - startTime))
86+
print("Built {} in {:.3f}s".format(name, time.time() - startTime))
8787

8888
def inputError():
8989
print("run with any of these: all, build-optional, build-cmake, fixpaths")
215 KB
Binary file not shown.
32.8 KB
Binary file not shown.
761 KB
Binary file not shown.
878 KB
Binary file not shown.
1.15 KB
Binary file not shown.
346 KB
Binary file not shown.
824 Bytes
Binary file not shown.

ext-output/x86/libSDL2_image.so

0 Bytes
Binary file not shown.

ext-output/x86/libSDL2_mixer.so

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)