diff options
Diffstat (limited to '3rdparty/bx/scripts/genie.lua')
-rw-r--r-- | 3rdparty/bx/scripts/genie.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/3rdparty/bx/scripts/genie.lua b/3rdparty/bx/scripts/genie.lua index 600bd7fab9c..8801b224ad2 100644 --- a/3rdparty/bx/scripts/genie.lua +++ b/3rdparty/bx/scripts/genie.lua @@ -1,5 +1,5 @@ -- --- Copyright 2010-2019 Branimir Karadzic. All rights reserved. +-- Copyright 2010-2021 Branimir Karadzic. All rights reserved. -- License: https://github.com/bkaradzic/bx#license-bsd-2-clause -- @@ -81,7 +81,7 @@ project "bx.test" "pthread", } - configuration { "osx" } + configuration { "osx*" } links { "Cocoa.framework", } @@ -126,7 +126,7 @@ project "bx.bench" "pthread", } - configuration { "osx" } + configuration { "osx*" } links { "Cocoa.framework", } |