Skip to content

Commit

Permalink
Changing USE_COREFOUNDATION to USE_APPLICATION_SERVICES
Browse files Browse the repository at this point in the history
  • Loading branch information
kwhat committed May 27, 2020
1 parent b5d717c commit 3a92e4c
Show file tree
Hide file tree
Showing 7 changed files with 1,779 additions and 1,780 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: nightly build
name: Nightly Build
on:
push:
branches:
Expand Down
2 changes: 1 addition & 1 deletion include/config.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
#cmakedefine USE_CARBON_LEGACY

/* Enable CoreFoundation framework */
#cmakedefine USE_COREFOUNDATION
#cmakedefine USE_APPLICATION_SERVICES

/* Enable generic Linux input driver */
#cmakedefine USE_EVDEV
Expand Down
Loading

0 comments on commit 3a92e4c

Please sign in to comment.