build: fix build error

define_list_fix
Kirill Vainer 9 years ago
parent 5d2cee0187
commit cd0893005a
  1. 4
      jme3-bullet-native/build.gradle

@ -4,6 +4,10 @@ import java.nio.file.Paths
String bulletSrcPath = bulletFolder + '/src'
if (!hasProperty('mainClass')) {
ext.mainClass = ''
}
dependencies {
compile project(':jme3-bullet')
}

Loading…
Cancel
Save