Skip to content

Commit

Permalink
update Setup.hs
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcdonell committed Aug 21, 2023
1 parent a33add4 commit 728e54d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion accelerate-llvm-native/Setup.hs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ main = defaultMainWithHooks simpleUserHooks
_ -> error "accelerate package was not found or is ambiguous"

dyld_library_name = mkSharedLibName (hostPlatform lbi) (compilerId (compiler lbi)) (installedUnitId accelerate_pkg)
[dyld_install_dir] = case Installed.libraryDynDirs accelerate_pkg of
dyld_install_dir:_ = case Installed.libraryDynDirs accelerate_pkg of
[] -> Installed.libraryDirs accelerate_pkg
ds -> ds

Expand Down

0 comments on commit 728e54d

Please sign in to comment.