Skip to content

Commit

Permalink
config: remove space after -I
Browse files Browse the repository at this point in the history
  • Loading branch information
ee7 committed Aug 16, 2023
1 parent 30531cb commit e2d36cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.nims
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if defined(zig) and findExe("zigcc").len > 0:
const dir = "/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/" &
"System/Library/Frameworks/Security.framework/Versions/A/Headers"
if dirExists(dir):
switch("passC", "-I " & dir)
switch("passC", "-I" & dir)

if defined(release):
switch("opt", "size")
Expand Down

0 comments on commit e2d36cf

Please sign in to comment.