Skip to content

Commit 1f785f0

Browse files
Merge pull request #90 from OpenVicProject/dependabot/submodules/scripts-91f170a
2 parents f12ed22 + 76e7699 commit 1f785f0

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

SConstruct

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -68,16 +68,6 @@ library_name = "libopenvic-dataloader{}{}".format(suffix, env["LIBSUFFIX"])
6868

6969
default_args = []
7070

71-
# macOS x86_64 requires Cocoa for iconv
72-
if env["platform"] == "macos" and (env["arch"] == "universal" or env["arch"] == "x86_64"):
73-
env.Append(
74-
LINKFLAGS=[
75-
"-framework",
76-
"Cocoa",
77-
"-Wl,-undefined,dynamic_lookup",
78-
]
79-
)
80-
8171
if env["run_ovdl_tests"]:
8272
env["build_ovdl_tests"] = True
8373

scripts

0 commit comments

Comments
 (0)