File tree Expand file tree Collapse file tree
platform_build/macosx_ant Expand file tree Collapse file tree Original file line number Diff line number Diff line change 186186 <param name =" libname" value =" liblwjgl-i86_64.dylib" />
187187 <param name =" linkerflags" value =" -isysroot ${ x86_64_sdkroot } -arch x86_64 -mmacosx-version-min=10.5" />
188188 </antcall >
189- <apply dir =" ." parallel =" true" executable =" lipo" os =" Mac OS X" failonerror =" true" skipemptyfilesets =" true" >
189+ <apply dir =" ." parallel =" true" executable =" lipo" os =" Mac OS X" failonerror =" true" skipemptyfilesets =" true" >
190190 <arg value =" -create" />
191191 <srcfile />
192192 <arg value =" -output" />
202202 <param name =" sdkroot" location =" ${ sdkroot } " />
203203 <param name =" cflags" value =" -isysroot ${ sdkroot } -arch x86_64 -mmacosx-version-min=10.5" />
204204 </antcall >
205+ <exec vmlauncher =" true" executable =" sh" output =" lwjgl.symbols" failonerror =" true" >
206+ <arg path =" ../../platform_build/macosx_ant/build-symbolls-list" />
207+ <arg path =" x86_64" />
208+ </exec >
205209 <antcall target =" link" >
206210 <param name =" objdir" location =" x86_64" />
207211 <param name =" libname" value =" liblwjgl-i86_64.dylib" />
208212 <param name =" linkerflags" value =" -isysroot ${ sdkroot } -arch x86_64 -mmacosx-version-min=10.5" />
209213 </antcall >
210- <apply dir =" ." parallel =" true" executable =" lipo" os =" Mac OS X" failonerror =" true" skipemptyfilesets =" true" >
214+ <apply dir =" ." parallel =" true" executable =" lipo" os =" Mac OS X" failonerror =" true" skipemptyfilesets =" true" >
211215 <arg value =" -create" />
212216 <srcfile />
213217 <arg value =" -output" />
You can’t perform that action at this time.
0 commit comments