mirror of
https://github.com/seekrs/MacroLibX.git
synced 2026-01-12 07:03:34 +00:00
bumping version, small fixes
This commit is contained in:
@@ -11,11 +11,6 @@ set_targetdir("./")
|
||||
set_optimize("fastest")
|
||||
|
||||
-- Options
|
||||
option("force_integrated_gpu")
|
||||
set_default(false)
|
||||
add_defines("FORCE_INTEGRATED_GPU")
|
||||
option_end()
|
||||
|
||||
option("graphics_memory_dump")
|
||||
set_default(false)
|
||||
add_defines("GRAPHICS_MEMORY_DUMP")
|
||||
@@ -42,7 +37,6 @@ target("mlx")
|
||||
set_default(true)
|
||||
set_license("MIT")
|
||||
set_kind("shared")
|
||||
add_options("force_integrated_gpu")
|
||||
add_options("graphics_memory_dump")
|
||||
add_options("profiler")
|
||||
add_options("force_wayland")
|
||||
|
||||
Reference in New Issue
Block a user