mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 12:42:34 +01:00
Fix osx-arm64 builds (#274)
This commit is contained in:
@@ -20,6 +20,10 @@ project "bin2c"
|
||||
links {
|
||||
"pthread",
|
||||
}
|
||||
configuration { "osx-*" }
|
||||
linkoptions {
|
||||
"-framework Foundation"
|
||||
}
|
||||
|
||||
configuration { "vs20* or mingw*" }
|
||||
links {
|
||||
|
||||
Reference in New Issue
Block a user