Skip to content

Commit

Permalink
Merge pull request #2 from inobulles/feature/better-build
Browse files Browse the repository at this point in the history
Build fixes and improvements
  • Loading branch information
obiwac authored Dec 21, 2024
2 parents 06d6443 + f90c806 commit 9f87d44
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.fl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (c) 2024 Aymeric Wibo
*
#
# @APPLE_LICENSE_HEADER_START@
#
# This file contains Original Code and/or Modifications of Original Code
Expand All @@ -21,6 +21,9 @@

import bob

assert Platform.os() != "Darwin", "libcopyfile is already provided by the system; you should not be using this."
assert Platform.os() == "FreeBSD", "This libcopyfile reimplementation has only been validated on FreeBSD."

# C compilation.

let obj = Cc([
Expand Down

0 comments on commit 9f87d44

Please sign in to comment.