File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 if platform . is_rpm?
2929 if platform . architecture =~ /aarch64/
3030 pkg . build_requires "runtime-#{ settings [ :runtime_project ] } "
31- pkg . environment 'PATH' , "/opt/pl-build-tools/bin: $(PATH):#{ settings [ :bindir ] } "
31+ pkg . environment 'PATH' , "$(PATH):#{ settings [ :bindir ] } "
3232 pkg . environment 'CFLAGS' , settings [ :cflags ]
3333 pkg . environment 'LDFLAGS' , settings [ :ldflags ]
3434 end
Original file line number Diff line number Diff line change 1515 pkg . environment 'NM' , '/usr/bin/nm' if platform . name =~ /windowsfips-2016/
1616 pkg . environment 'CYGWIN' , settings [ :cygwin ]
1717 else
18- pkg . environment 'PATH' , "/opt/pl-build-tools/bin: $(PATH):#{ settings [ :bindir ] } "
18+ pkg . environment 'PATH' , "$(PATH):#{ settings [ :bindir ] } "
1919 end
2020
2121 configure_options = [ ]
Original file line number Diff line number Diff line change 3737 target = "darwin64-#{ platform . architecture } "
3838
3939 elsif platform . is_linux?
40- pkg . environment 'PATH' , '/opt/pl-build-tools/bin: $(PATH):/usr/local/bin'
40+ pkg . environment 'PATH' , '$(PATH):/usr/local/bin'
4141
4242 ldflags = "#{ settings [ :ldflags ] } -Wl,-z,relro"
4343 case platform . architecture
Original file line number Diff line number Diff line change 133133 proj . setting ( :ldflags , ldflags )
134134
135135 proj . setting ( :cygwin , 'nodosfilewarning winsymlinks:native' )
136- else
137- proj . setting ( :tools_root , '/opt/pl-build-tools' )
138136end
139137
140138if platform . is_macos?
You can’t perform that action at this time.
0 commit comments