mirror of
https://github.com/nicbarker/clay.git
synced 2025-04-19 04:38:01 +00:00
Cache update and fix typo
This commit is contained in:
parent
e5e39d12e9
commit
2def72dc62
2
.github/workflows/cmake-multi-platform.yml
vendored
2
.github/workflows/cmake-multi-platform.yml
vendored
@ -58,7 +58,7 @@ jobs:
|
|||||||
uses: actions/cache@v4.0.2
|
uses: actions/cache@v4.0.2
|
||||||
with:
|
with:
|
||||||
# A list of files, directories, and wildcard patterns to cache and restore
|
# A list of files, directories, and wildcard patterns to cache and restore
|
||||||
path: "/home/runner/work/clay/clay/build/_deps/raylib-subbuild"
|
path: "/home/runner/work/clay/clay/build/_deps"
|
||||||
# An explicit key for restoring and saving the cache
|
# An explicit key for restoring and saving the cache
|
||||||
key: "_deps"
|
key: "_deps"
|
||||||
|
|
||||||
|
2
clay.h
2
clay.h
@ -28,7 +28,7 @@
|
|||||||
#define CLAY_WASM_EXPORT(null)
|
#define CLAY_WASM_EXPORT(null)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef MSC_VER
|
#ifdef _MSC_VER
|
||||||
#define CLAY_PACKED_ENUM : unsigned char
|
#define CLAY_PACKED_ENUM : unsigned char
|
||||||
#else
|
#else
|
||||||
#define CLAY_PACKED_ENUM __attribute__((__packed__))
|
#define CLAY_PACKED_ENUM __attribute__((__packed__))
|
||||||
|
Loading…
Reference in New Issue
Block a user