mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-08 21:03:54 +08:00
fixed: mac build fails on 10.8 (osx sysroot not set automatically)
This commit is contained in:
@@ -207,6 +207,9 @@ class InternalCommands:
|
||||
config = self.getConfig()
|
||||
config.set('cmake', 'mac_sdk', self.macSdk)
|
||||
self.write_config(config)
|
||||
elif sys.platform == "darwin":
|
||||
# seems that this is now needed on 10.8
|
||||
raise Exception("Arg missing: --mac-sdk <version>");
|
||||
|
||||
# if not visual studio, use parent dir
|
||||
sourceDir = generator.getSourceDir()
|
||||
|
||||
Reference in New Issue
Block a user