diff options
Diffstat (limited to 'Game/Code/lib/projectM/0.9')
-rw-r--r-- | Game/Code/lib/projectM/0.9/projectM.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Game/Code/lib/projectM/0.9/projectM.pas b/Game/Code/lib/projectM/0.9/projectM.pas index cf98150e..5bf11061 100644 --- a/Game/Code/lib/projectM/0.9/projectM.pas +++ b/Game/Code/lib/projectM/0.9/projectM.pas @@ -16,7 +16,7 @@ uses const {$IFDEF win32} - libprojectM = 'Libraries\libprojectM'; + libprojectM = 'libprojectM'; {$ELSE} libprojectM = 'libprojectM.so'; {$ENDIF} |