-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed
Labels
acceptedThis proposal is planned.This proposal is planned.contributor friendlyThis issue is limited in scope and/or knowledge of Zig internals.This issue is limited in scope and/or knowledge of Zig internals.os-macosmacOSmacOSproposalThis issue suggests modifications. If it also has the "accepted" label then it is planned.This issue suggests modifications. If it also has the "accepted" label then it is planned.
Milestone
Description
Using zig build-exe -F <path> tells the linker to use -F <path>.
If you use custom framework locations (e.g. ./fwk/SDL2.framework), it would be useful to tell the compiler to -F <path> too, so that it can search for headers. Otherwise, you have to include them manually (e.g. -I./fwk/SDL2.framework/Headers).
Thoughts?
mikdusan
Metadata
Metadata
Assignees
Labels
acceptedThis proposal is planned.This proposal is planned.contributor friendlyThis issue is limited in scope and/or knowledge of Zig internals.This issue is limited in scope and/or knowledge of Zig internals.os-macosmacOSmacOSproposalThis issue suggests modifications. If it also has the "accepted" label then it is planned.This issue suggests modifications. If it also has the "accepted" label then it is planned.