mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-08 10:59:36 +00:00
Switch macOS static build to CMake (#1938)
This moves the tortuous flags out of our CI scripts, and allows us to benefit from the libpng download caching.
This commit is contained in:
@@ -31,6 +31,14 @@
|
||||
"name": "msvc64",
|
||||
"description": "Flags for building 64-bit executables with MSVC",
|
||||
"architecture": "x64"
|
||||
},
|
||||
|
||||
{
|
||||
"name": "macos-static",
|
||||
"description": "Flags for building an executable compatible with old macOS",
|
||||
"cacheVariables": {
|
||||
"CMAKE_PROJECT_TOP_LEVEL_INCLUDES": "cmake/macos-static.cmake"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user