fix windows

This commit is contained in:
Michiel Borkent 2021-05-21 12:21:19 +02:00
parent 218dc24292
commit 98779b1f7a

View file

@ -41,6 +41,7 @@ call %GRAALVM_HOME%\bin\native-image.cmd ^
"-H:Log=registerResource:" ^
"--no-fallback" ^
"--verbose" ^
"-H:NativeLinkerOption=prefs.lib" ^
"-H:ServiceLoaderFeatureExcludeServices=javax.sound.sampled.spi.AudioFileReader" ^
"-H:ServiceLoaderFeatureExcludeServices=javax.sound.midi.spi.MidiFileReader" ^
"-H:ServiceLoaderFeatureExcludeServices=javax.sound.sampled.spi.MixerProvider" ^