summary refs log tree commit diff stats
path: root/tests/manyloc/keineschweine/lib
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2016-05-31 03:04:36 +0200
committerAndreas Rumpf <rumpf_a@web.de>2016-05-31 03:04:45 +0200
commit893be3a5a40cbbceb211efe47361632ccdbed227 (patch)
treefc7d1eae670fd6703b06022d2d836a6b40f68c75 /tests/manyloc/keineschweine/lib
parent1e5926458c2d18dec3389d00f41680518fb939c0 (diff)
downloadNim-893be3a5a40cbbceb211efe47361632ccdbed227.tar.gz
changed the compiler's path handling; fixes #546
Diffstat (limited to 'tests/manyloc/keineschweine/lib')
-rw-r--r--tests/manyloc/keineschweine/lib/vehicles.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manyloc/keineschweine/lib/vehicles.nim b/tests/manyloc/keineschweine/lib/vehicles.nim
index 94ebf9f57..ddfb43b38 100644
--- a/tests/manyloc/keineschweine/lib/vehicles.nim
+++ b/tests/manyloc/keineschweine/lib/vehicles.nim
@@ -1,6 +1,6 @@
 import
   sfml, chipmunk,
-  sg_assets, sfml_stuff, keineschweine
+  sg_assets, sfml_stuff, "../keineschweine"
 
 
 proc accel*(obj: PVehicle, dt: float) =