Skip to content

Commit

Permalink
posix-clocks-darwin: fix use of extension library
Browse files Browse the repository at this point in the history
  • Loading branch information
aconchillo committed May 30, 2023
1 parent 99fc3e3 commit 7ae3434
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fibers/posix-clocks-darwin.scm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

;;;; Copyright (C) 2016 Andy Wingo <[email protected]>
;;;; Copyright (C) 2020 Abdulrahman Semrie <[email protected]>
;;;; Copyright (C) 2020-2022 Aleix Conchillo Flaqué <[email protected]>
;;;; Copyright (C) 2020-2023 Aleix Conchillo Flaqué <[email protected]>
;;;;
;;;; This library is free software; you can redistribute it and/or
;;;; modify it under the terms of the GNU Lesser General Public
Expand Down Expand Up @@ -30,7 +30,7 @@

(define exe (dynamic-link))

(dynamic-link (extension-library "fibers-clocks"))
(define exe-clocks (dynamic-link (extension-library "fibers-clocks")))

(define clockid-t int32)
(define time-t long)
Expand Down

0 comments on commit 7ae3434

Please sign in to comment.