mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-28 17:16:29 +03:00
Fix crash when Build Settings due to invalid memory access.
Added ${arch} predefined custom variable for project build settings.
Expose cmake and ninja projects out of the box.
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
require "premake.export-compile-commands.export-compile-commands"
|
||||
require "premake.premake-cmake.cmake"
|
||||
require "premake.premake-ninja.ninja"
|
||||
|
||||
newoption { trigger = "with-openssl", description = "Enables OpenSSL support ( and disables mbedtls backend )." }
|
||||
newoption { trigger = "with-dynamic-freetype", description = "Dynamic link against freetype." }
|
||||
|
||||
Reference in New Issue
Block a user