mirror of
https://github.com/Ed94/gencpp.git
synced 2025-06-16 03:31:48 -07:00
Got raylib bootstrapped to compile
Still need to setup a refactor script among other things before using.
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
/* Platform architecture */
|
||||
// Platform architecture
|
||||
|
||||
#if defined( _WIN64 ) || defined( __x86_64__ ) || defined( _M_X64 ) || defined( __64BIT__ ) || defined( __powerpc64__ ) || defined( __ppc64__ ) || defined( __aarch64__ )
|
||||
# ifndef ARCH_64_BIT
|
||||
|
Reference in New Issue
Block a user