mac support fixes
This commit is contained in:
parent
b1298e9b66
commit
4987c15ed7
|
@ -46,7 +46,7 @@ $(TARGET).app: $(OBJS)
|
|||
ln -f $(TARGET) $(TARGET).app/Contents/MacOS/$(TARGET)
|
||||
|
||||
netlist_form_pads-pcb: plugins/netlist_form_pads-pcb.cpp
|
||||
gcc $(CXXFLAGS) -Wall plugins/netlist_form_pads-pcb.cpp -o netlist_form_pads-pcb
|
||||
g++ $(CXXFLAGS) -Wall plugins/netlist_form_pads-pcb.cpp -o netlist_form_pads-pcb
|
||||
|
||||
|
||||
install: $(TARGET)
|
||||
|
|
Loading…
Reference in New Issue