Skip to content

Commit

Permalink
Add Xpm lib to Darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
demoitem committed Oct 31, 2024
1 parent 984e4bb commit 819bc4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion m3-sys/cminstall/src/config/AMD64_DARWIN
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ DarwinArch = "x86_64"
include("AMD64.common")
include("Darwin.common")

SYSTEM_LIBS{"X11"} = ["-L/opt/X11/lib", "-lXft", "-lfontconfig", "-lXaw", "-lXmu", "-lXext", "-lXt", "-lSM", "-lICE", "-lX11" ]
SYSTEM_LIBS{"X11"} = ["-L/opt/X11/lib", "-lXft", "-lfontconfig", "-lXaw", "-lXmu", "-lXext", "-lXt", "-lSM", "-lICE", "-lXpm", "-lX11" ]

0 comments on commit 819bc4e

Please sign in to comment.