Skip to content

Commit

Permalink
update PosixDirectives
Browse files Browse the repository at this point in the history
  • Loading branch information
Glavo committed Oct 4, 2023
1 parent 0bbce62 commit 8006312
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
public class PosixDirectives implements CContext.Directives {
@Override
public boolean isInConfiguration() {
return !Platform.includedIn(Platform.WINDOWS.class);
return Platform.includedIn(Platform.LINUX.class) || Platform.includedIn(Platform.MACOS.class);
}
}

0 comments on commit 8006312

Please sign in to comment.