diff --git a/SConstruct b/SConstruct index 8730d29..b4770ab 100644 --- a/SConstruct +++ b/SConstruct @@ -68,16 +68,6 @@ library_name = "libopenvic-dataloader{}{}".format(suffix, env["LIBSUFFIX"]) default_args = [] -# macOS x86_64 requires Cocoa for iconv -if env["platform"] == "macos" and (env["arch"] == "universal" or env["arch"] == "x86_64"): - env.Append( - LINKFLAGS=[ - "-framework", - "Cocoa", - "-Wl,-undefined,dynamic_lookup", - ] - ) - if env["run_ovdl_tests"]: env["build_ovdl_tests"] = True diff --git a/scripts b/scripts index ebbfc5d..91f170a 160000 --- a/scripts +++ b/scripts @@ -1 +1 @@ -Subproject commit ebbfc5d2628c79f9dd7dca45c3d75aea17bf22e8 +Subproject commit 91f170ad4dd8e40a99a2c9f56b992bd7259c76f8