Skip to content
Snippets Groups Projects
Commit edd070b3 authored by deuce's avatar deuce
Browse files

Use standard wx-config command instead of FreeBSD port-specific one.

(This will require tweakage at some point)
parent 723fadb4
Branches
Tags
No related merge requests found
......@@ -40,10 +40,10 @@
</Build>
<Compiler>
<Add option="-Wall" />
<Add option="`wxgtk2u-2.8-config --cflags`" />
<Add option="`wx-config --cflags`" />
</Compiler>
<Linker>
<Add option="`wxgtk2u-2.8-config --libs`" />
<Add option="`wx-config --libs`" />
</Linker>
<Unit filename="../ars.c">
<Option compilerVar="CC" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment