Added filtering out subdirs from build in ChangeAppSettings.sh
This commit is contained in:
@@ -48,5 +48,5 @@ class Globals {
|
||||
}
|
||||
|
||||
class LoadLibrary {
|
||||
public LoadLibrary() { System.loadLibrary("sdl"); System.loadLibrary("sdl_mixer"); };
|
||||
public LoadLibrary() { System.loadLibrary("sdl"); };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user