Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/crystal/system.cr
Original file line number Diff line number Diff line change
@@ -12,7 +12,6 @@ require "./system/unix/hostname"

{% if flag?(:freebsd) || flag?(:openbsd) %}
require "./system/unix/sysctl_cpucount"
{% else %}
# TODO: restrict on flag?(:unix) after crystal > 0.22.0 is released
{% elsif flag?(:unix) %}
require "./system/unix/sysconf_cpucount"
{% end %}

0 comments on commit 4c2f6f6

Please sign in to comment.