You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-16 14:00:40 +00:00
Same rationale as the previous commits.
(cherry picked from commit 422196759f)
Removed the winrt-specific parts.
5 lines
135 B
Bash
5 lines
135 B
Bash
#!/bin/sh
|
|
/bin/rm -f mttest
|
|
purify cc -DSOLARIS -I../../include -g mttest.c -o mttest -L../.. -lthread -lssl -lcrypto -lnsl -lsocket
|
|
|