Fix osx-arm64 builds (#274)

This commit is contained in:
jdh
2022-05-02 17:49:14 +02:00
committed by GitHub
parent 88327070b9
commit 0f54f4086a
2 changed files with 12 additions and 0 deletions

View File

@@ -20,6 +20,10 @@ project "bin2c"
links {
"pthread",
}
configuration { "osx-*" }
linkoptions {
"-framework Foundation"
}
configuration { "vs20* or mingw*" }
links {